https://github.com/tmck-code/csv_parse
Ruby scripts for parsing CSV files
https://github.com/tmck-code/csv_parse
Last synced: 9 months 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 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-25T05:54:37.000Z (almost 10 years ago)
- Last Synced: 2025-02-05T20:59:48.370Z (11 months 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