split-csv-0.0.1 is not a library.
Visit the last successful build:
split-csv-0.1.2
split-csv
Simple command to split in n files the contents of one big csv.
Installation
Simply run:
cargo install split-csv
Usage
spcsv [Options] <file> <number_files>
Example:
spcsv COVID19.csv 100
The example above will split the lines of COVID19.csv
along a hundred files names COVID19-1.csv
, COVID19-2.csv
, ...