konklone / json

A free, in-browser JSON to CSV converter.
https://konklone.io/json/
Other
762 stars 211 forks source link

Big data #126

Closed Bharat-Verma closed 7 years ago

Bharat-Verma commented 7 years ago

Hey, I have 1gb file in JSON, which I wanna convert to csv. But because of browser limits I cant do it. Can you help me with that. Do you have some kind of python script that will help me.

Data can be found in the below link:

http://files.pushshift.io/reddit/requests/Reddit_Election_Raw_Data.zip

Please help.

konklone commented 7 years ago

Hi @Bharat-Verma -- I would take a look at csvkit's in2csv module:

http://csvkit.readthedocs.io/en/1.0.1/scripts/in2csv.html

It doesn't recursively flatten JSON like this tool does, but it may be helpful to you.