-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CSV option is greyed out #56
Comments
That's huge for this app I believe, you may have to do it yourself. In case you don't have enough RAM memory, your best bet would be to read it in through a python or R environment in chunks then write that chunk to csv then clear the memory then repeat until final line (you can search online, a lot ways to do that). Or if you have limited memory, you can go ahead and use the Linux terminal (not sure of Windows, but there could be a similar method in Win OS too)- Following command in Linux prompt will take the jsonl file and split it in 50K chunks. I hope this helps. Good luck :-) |
Is #51 related? PS. You may have closed the Hydrator too soon. You need to give it time till the |
Here's a basic snippet of code in Python 3x -- just replace
|
I just got done with a 100 gb jsonl file but the csv option is greyed out, how to solve this?
The text was updated successfully, but these errors were encountered: