Python code to convert csv file to json file and vice versa
Install required modules
pip install -r requirements.txt
- csv to json:
python main.py csv2json input.csv output.json
- json to csv:
python main.py json2csv input.json output.csv
S.B#9838
Give a star to this repo because why not :p