Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 835 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 835 Bytes

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