Thanks to visit codestin.com
Credit goes to github.com

Skip to content

eltonrp/csv-to-json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSV to JSON

Convert csv files to json files

A simulated database was created randomly, with Excel in csv format. Afterwards, the conversion was carried out using the Python and JavaScript languages, separately by directories.
The csv file is located in the root folder, named fakedb.csv, and the files generated by the scripts for each language can be found in the respective folders named fakedb.json.

Used libs

Javascript

  • csv-parser = Lib required to read csv file.
  • fs = module enables interacting with the file system.

Python

  • csv = Lib required to read csv file.
  • json = Lib for exchanging data in json format.

About

transform csv files into json

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published