Skip to content

dinhdatthong1809/csv-to-json-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSV-to-JSON-Converter

How to run

- To install all modules based on the package.json file, in the project folder, run Git bash here then type:
npm install .
- After downloading, type:
node csv-to-json-converter.js 'your-path-to-a-csv-file'

Description

This program simply converts a csv file into a json file, using the 'csvtojson' module.

If user do not provide a csv file, it will takes the customer-data.csv from the project directory for input.
The output file is named output.json and will be saved at user's desktop.

If there is already a output.json file at desktop, the newest will replaced without warning.

Releases

No releases published

Packages

No packages published