scrubcsv 0.1.0

Remove bad lines from large CSV files and normalize the rest
scrubcsv-0.1.0 is not a library.

scrubcsv: Remove bad lines from a CSV file and normalize the rest

To install, first install Rust if you haven't already:

curl https://sh.rustup.rs -sSf | sh

Then install scrubcsv using Cargo:

cargo install scrubcsv

Run it:

$ scrubcsv giant.csv > scrubbed.csv
3000001 rows (1 bad) in 51.58 seconds, 72.23 MiB/sec

For more options, run:

scrubcsv --help