json-to-csv icon indicating copy to clipboard operation
json-to-csv copied to clipboard

Nested JSON to CSV Converter

Results 14 json-to-csv issues
Sort by recently updated
recently updated
newest added
trafficstars

I getting this when trying to process a 209 mb json file: Traceback (most recent call last): File "json_to_csv.py", line 85, in header += reduced_item.keys() MemoryError What can I do?

enhancement
optimization

could you please also release a python lib version, so that we can use it within python intuitively, many thanks

enhancement

Change: fix extra line between rows after exporting to csv Change: add jupyter notebook command to run the script