Skip to content

sandeepap11/edx-node-csv2json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

EDX Assignment project 1 for Node JS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published