Skip to content

codescu-alexandru/edx-dev283x-ass1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Edx DEV283x course, Assessment 1

How to execute the file

  1. Checkout the source code:
git clone https://github.com/codescu-alexandru/edx-dev283x-ass1.git "folder/name/here"
  1. Inside the edx-dev283x-ass1 folder, open a command line and install all the required packages:
cd folder/name/here/
npm install
  1. Run the script:
node csv2json.js
  1. The resulted customer-data.json file will be created in the data folder.
cd data
cat customer-data.json
  1. To parse the resulted JSON object just copy-paste the content of the customer-data.json file to an online parser. Like: http://json.parser.online.fr/

About

Edx DEV283x course, Assessment 1

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published