bbrotsos / cio-converter

Converts csv to json and json to csv

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

work in progress

first install schema dependencies

pip install jsonschema

Populate example csv

Convert csv to json:

python3 src/convertCio.py data/cio-example.csv data/output.json

If you want to convert JSON file back to csv Convert json to csv:

python3 src/convertCio.py data/cio-example.json data/output.csv

About

Converts csv to json and json to csv

License:Creative Commons Zero v1.0 Universal


Languages

Language:Python 100.0%