# call csvkit (which is a Python tool) to convert json to csv: # https://csvkit.readthedocs.io/en/latest/ in2csv data.json > data.csv