Skip to content

CSV to JSON Parser written in 'CoffeeScript' and uses node's 'fast-csv'

Notifications You must be signed in to change notification settings

echoabhishek/csv-to-json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

csv-to-json

This is a program written to showcase implementation of 'fast-csv' with CoffeeScript to parse CSV to JSON.

Installation

git clone https://github.com/echoabhishek/csv-to-json.git npm install

Usage

CofeeScript with 'fast-csv' implementation npm start

Pure NodeJS implementation npm run-script dev

For just building the output directory npm run-script build

Note: This is my first open source contribution as well as my first experience with NodeJS and CoffeeScript.

References

'fast-csv': https://github.com/C2FO/fast-csv

License

MIT https://github.com/C2FO/fast-csv/raw/master/LICENSE

Meta

About

CSV to JSON Parser written in 'CoffeeScript' and uses node's 'fast-csv'

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published