How to read extreme huge .json file
by - Thursday, January 1, 1970 at 12:00 AM
Suppose this file is a 15GB json file , how do you process it?

I wrote several python scripts to read, filter, sort, select, display, ..... am I stupid? :sick:
Reply
Em Editor can take it, try it :)
Reply
I always write custom code to read files that large. I'm sure there are products out there to do it, but I always like writing code myself.
Reply
Hexfiend on the mac opens files that are multiple gigs (118 gigs tested with it)
Reply
maybe notepad++ ?
Reply
Convert the items in a db file using sqlite3 in python. JSON queries at that size are gonna be slow af.
Reply
EmEditor.
Reply
So many tools you can use. Did Python not work out for you? Try jq.

Reply
EM Editor is your best friend
Reply
If you just want to read it, you may try:

http://www.readfileonline.com/
Reply


 Users viewing this thread: How to read extreme huge .json file: No users currently viewing.