Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 468 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 468 Bytes

edx-node-csv2json

EDX Assignment project 1 for Node JS

Steps to run

  • Clone the repo or download as zip.
  • Run below commands :
  • cd edx-node-csv2json-master
  • node index 'customer-data.csv'

The argument can be any valid csv file. The output JSON file will be generated in the same folder. If an input file is not provided, default 'customer-data.csv' is taken. The code doesn't check for valid files. There might be errors for invalid or non csv files.