Skip to content

A CLI tool that takes csv files with various delimiters, combines them, and outputs sorted views of the data to the console and to a grape API.

Notifications You must be signed in to change notification settings

shotop/csv_parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CLI Usage

ruby csv_parser.rb file_1 file_2 file_3

API

cd csv_parser/api rackup

Examples

Example data files located in /data

ruby csv_parser.rb data/CommaExampleData data/SpaceExampleData data/PipeExampleData

Example post to Grape API

"curl -d '{"data": "Smith|Andrea|Female|Blue|02/25/1983"}' 'http://localhost:9292/records' -H Content-Type:application/json -v"

About

A CLI tool that takes csv files with various delimiters, combines them, and outputs sorted views of the data to the console and to a grape API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages