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