JSON to EXCEL CONVERTER
by - Thursday, January 1, 1970 at 12:00 AM
Can anyone advise me on right application to use to convert JSON file to excel?
The file is over 50gig
Somebody please tell me what to use . PM if you got an idea
Reply
(April 5, 2022, 08:01 AM)cvalgalaxy Wrote: Can anyone advise me on right application to use to convert JSON file to excel?
The file is over 500g 
Somebody please tell me what to use .


500GB the fuck you converting?
best hall monitor :P
i have autism 🙄
Reply
https://github.com/zemirco/json2csv
Reply
Which programming language are you looking to integrate it in?
Reply
(April 6, 2022, 11:07 PM)Minori Wrote:
(April 5, 2022, 08:02 AM)vince Wrote:
(April 5, 2022, 08:01 AM)cvalgalaxy Wrote: Can anyone advise me on right application to use to convert JSON file to excel?
The file is over 500g 
Somebody please tell me what to use .


500GB the fuck you converting?


500GB files are common + he saud 59 not 500.

He edited it to 50+. But what files are 500gb+? Thats more than my ssd space..
best hall monitor :P
i have autism 🙄
Reply
If you are used to work with Python, I recommend to use pandas library.

df = pd.read_json()
df.to_csv()

“Ideas come and go, stories stay.”

― Nassim Nicholas Taleb


Reply
thanks for sharing
Reply
(August 29, 2022, 01:26 PM)STAN10169 Wrote: thanks for sharing


I do believe it's less about the tool to convert but more about the time and computation power you have for the converting process, and maybe RAM too, a good idea to make your own code as to not read the whole Json file and overload your RAM or something. I might be wrong though
Reply
I found this https://github.com/cuikangjie/JsonExportExcel and https://github.com/rikkertkoppes/json2xls. It looks promising, depends on how complex your json is.
Reply
thanks for sharing
Reply


 Users viewing this thread: JSON to EXCEL CONVERTER: No users currently viewing.