Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tmck-code/csv_parse
Ruby scripts for parsing CSV files
https://github.com/tmck-code/csv_parse
Last synced: 15 days ago
JSON representation
Ruby scripts for parsing CSV files
- Host: GitHub
- URL: https://github.com/tmck-code/csv_parse
- Owner: tmck-code
- License: mit
- Created: 2016-01-25T00:45:36.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-25T05:54:37.000Z (almost 9 years ago)
- Last Synced: 2023-02-27T12:24:02.053Z (over 1 year ago)
- Language: Ruby
- Size: 1.92 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# csv_parse
Ruby scripts for parsing CSV files.
Use test_ruby.sh for running both the normal and verbose version on a cmd-argument input file./test_ruby.sh input_file
Usages:
ruby parse_csv input_file
ruby parse_csv_verbose.rb input_file > output_file
********It is recommended to pipe the verbose version ">" to an output text file
OR use ./test_ruby.sh input_file