ruby csv_parser.rb file_1 file_2 file_3
cd csv_parser/api rackup
ruby csv_parser.rb data/CommaExampleData data/SpaceExampleData data/PipeExampleData
"curl -d '{"data": "Smith|Andrea|Female|Blue|02/25/1983"}' 'http://localhost:9292/records' -H Content-Type:application/json -v"