Out of memory importing large Json file

Hello,
I imported a 165MB Json file with the readfile(Json ) node to try to parse it but I got an out of memory exception. I am using x86 but I can’t imagine that I’m using up so much RAM. I’ll try it on x64, but any incite would be appreciated.

can we download that file somewhere?

So there was an out of memory message but I can’t replicate the feat.

I had to do edit my json to give it a root, enclose my objects in square brackets, add some commas. I think it occured when I tried to edit my json for valiadation using replace(string) node I tried enclosing it in a if region but that didn’t work either.

I tried in Sublime and it broke that too. Notepad saved the day. But it works now. v.cool!

So… XQuery…? ;-) If you want to stress test your nodes I coud upload it and send you a link.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.