JeffPaine / csvsplit

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

Add a -padding flag? #17

Open JeffPaine opened 9 years ago

JeffPaine commented 9 years ago

It should count the lines in a file and pad filenames appropriately. e.g. 001.csv, 002.csv instead of 1.csv, 2.csv. This should default to false as it will require a file to be read twice.