JeffPaine / csvsplit

Split a .csv file into multiple files
MIT License
5 stars 4 forks source link

Handling of csv headers #2

Closed JeffPaine closed 9 years ago

JeffPaine commented 9 years ago

Add one to each file?

Right now, the header (if it's present in the original) is only printed to the first file.

JeffPaine commented 9 years ago

Hmm, maybe a flag that controls this? I don't know how you'd reliably parse for a header or not...

JeffPaine commented 9 years ago

A flag that takes an int argument? As in number of header lines? Zero for none.