Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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