Timo Fischer
Converts CSV to JSON by using the first csv row's values as json keys
- place your csv file to
/storagedirectory - run
python main.py -i <your_csv_file>.csv - automatically creates a new json file with the output in
/storage - alternatively you can specify your output filename with
-o <output>.json