JSON to CSV = with support for nested structures Steps * install required packages `pip install -r requirements.txt` * run `python3 main.py` * required `--input ` * required `--output ` * (optional) to merge all json to single csv `--single` * required `--schema ` * (optional) # of records to check records for all headers `--metadata ` defaults to 100 * required `--join-column ` * required `--name