Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 330 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 330 Bytes

CSV-Parser

Requirements For NodeJS CSV Parser

The CSV parser should account for comma separated values test1, test2, and also quoted values "test1", "test2"

Once I parse a sample CSV file, I encode the data as JSON, and I write it to a JSON file.

For example: test1, test2 will create a file with ["test1", "test2"]