How to Build a Command Line JSON/CSV Converter in Python
https://medium.com/@jhsu_60121/how-to-build-a-command-line-json-csv-converter-in-python-204d74563456
I’m not a developer. I have some programming background but I’d say I’m better at following tutorials than I am at programming. I started this project because I was tired of Googling online converters, hoping they weren’t giving me Chrome AIDS, and running into file limitations. The project is available at https://github.com/jhsu98/json-csv-converter, but if you’d like to learn how I built it then continue on.
Before we get started, I’m going to assume you’ve installed Python 3.x and know that to run the script you’ll want to type python3 json-csv-converter.py