How to process JSON file
by - Thursday, January 1, 1970 at 12:00 AM
I have large JSON file and need to convert it into CSV but I dont know how to do it. Any suggestion?
Reply
install globally and use https://www.npmjs.com/package/json2csv
Reply
I suggest json2csv and jq to filter out what you need and then index however you want.
Reply
Use 'jq' on Linux. Example:
jq -r -j '(.email),",",(.hash),"
"' json.in > csv.out
Reply
as the guy above me said just use a website it should be very easy to find
I have quit due to abuse from mods. I will be back some day
Reply
Thank you guys :) I will sure try it, for this I have to install linux in my system, I will do it by tomorrow itself as its 2:42am here, I will do it with Ubuntu
Reply
by bcrypt add crackportal2 on keybase
Reply
There's also xsv and qsv which can also process json files, although they are originally made for csv files
Reply
Thanks guys, this worked for me too.
Reply
you can use "dadroit json viewer". this program is really useful and easy to use
Reply


 Users viewing this thread: How to process JSON file: No users currently viewing.