This gem splits a CSV file in multiple CSV files, based on a maximum CSV length you can specify
The first line of the CSV file is viewed as a header file and is repeated into the other CSV files
gem install splitcsv
splitcsv <filename> [<maxlength> [<separator>]]
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request