json-to-csv
json-to-csv copied to clipboard
Nested JSON to CSV Converter
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?
could you please also release a python lib version, so that we can use it within python intuitively, many thanks
Change: fix extra line between rows after exporting to csv Change: add jupyter notebook command to run the script