Skip to content

A repository containing a program that converts files from CSV format to JSON format.

Notifications You must be signed in to change notification settings

r-j-taylor/csv-to-json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

csv-to-json

A repository containing a program that converts files from CSV format to JSON format. The input files are expected to be an orders file, containing order IDs and order names, and a dependency file, containing parent and child IDs. Example files are included under the tests directory.

This program can be run by entering python3 csvToJSON.py [orders file] [dependency file] [output file]. Alternatively, an example can be run by entering python3 csvToJSONTests.py, which will run a number of tests on the files included in the tests directory.

About

A repository containing a program that converts files from CSV format to JSON format.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages