Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/indyaah/csv_splitter
Worst splitting code written ever.!!!! Written for windows. (linux guys just use egrep)
https://github.com/indyaah/csv_splitter
Last synced: 6 days ago
JSON representation
Worst splitting code written ever.!!!! Written for windows. (linux guys just use egrep)
- Host: GitHub
- URL: https://github.com/indyaah/csv_splitter
- Owner: indyaah
- Created: 2014-03-14T08:27:50.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-14T08:46:32.000Z (almost 11 years ago)
- Last Synced: 2024-11-07T18:50:58.420Z (about 2 months ago)
- Language: Java
- Size: 121 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
Takes input file name as argumenet.
Input file contains space seperated values (just like command line arguments)See input.txt for example.
input syntax :
filename_to_be_splitted -f ruleset_file1.txt ruleset_file2.txt ... -c COLUMN_NO_1_to_match COLUMN_NO_2_to_match -d delimiteri.e `student_list.csv -f set1.txt -c 10 -d ,`
Put all files to be splitted in the root directory. Generated files also would be in the root directory of project.
For multiple files specify the list in input.txt file, each on new line.