Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 4 hours ago
JSON representation

Worst splitting code written ever.!!!! Written for windows. (linux guys just use egrep)

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 delimiter

i.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.