Skip to content
This repository was archived by the owner on Mar 6, 2022. It is now read-only.
/ splitcsv Public archive

Small gem to split CSV files

License

Notifications You must be signed in to change notification settings

brtdv/splitcsv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

410e3ae · Sep 17, 2013

History

6 Commits
Sep 13, 2013
Sep 17, 2013
Sep 13, 2013
Sep 13, 2013
Sep 13, 2013
Sep 13, 2013
Sep 13, 2013
Sep 13, 2013

Repository files navigation

Splitcsv

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

Installation

gem install splitcsv

Usage

splitcsv <filename> [<maxlength> [<separator>]]

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

About

Small gem to split CSV files

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages