Releases: AOx0/csv-split
Releases · AOx0/csv-split
v0.1.2
v0.0.9
v0.0.8
v0.0.7
v0.0.4
Stable version.
TODO:
- Flag to write remaining rows to last file instead of creating one
- Fix unit tests, they suck right now
- Try multi-thread again, maybe
Help:
spcsv 0.0.4
Split a lage csv file into multiple files
USAGE:
spcsv [OPTIONS] <FILE> <NUMBER_OF_FILES>
ARGS:
<FILE> The csv file to split
<NUMBER_OF_FILES> The number of files to be created with the contents of the original
file
OPTIONS:
-h, --help Print help information
-n, --not-signed-file Flag to indicate the first line of FILE is a header line
-r, --remaining-in-new-file Flag to write remaining lines at an extra file (NUMBER_OF_FILES +
1). When disabled writes remaining rows to the last file
(NUMBER_OF_FILES)
-v, --verbose Print when file is created
-V, --version Print version information