You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was hydrating half a million tweets and since it was the first time I use Hydrator, I clicked the CSV button upon it finished and once I saw the CSV file I innocently closed Hydrator. However, the CSV file was incomplete and it contained around 300k tweets rather than 500k. When trying to re-save the CSV file from the Datasets tab, I couldn't as the button was disabled.
I tried to convert the huge JSONL to CSV but my machine couldn't handle it (16GB RAM), so as a quick workaround I re-hydrated all the tweets again and saved the CSV file properly this time.
Just reporting what's happened here because I feel it's tantamount to a bug. I am using Windows 10 by the way.
The text was updated successfully, but these errors were encountered:
Reporting that the same problem happens when the name of the hydrated jsonl file is changed and the tool can't locate it. The CSV button never reactivates again after fixing the name.
Yes, the conversion to CSV has to be tracked better internally in the app. For large datasets the conversion can take time and should be fault tolerant.
I was hydrating half a million tweets and since it was the first time I use Hydrator, I clicked the
CSV
button upon it finished and once I saw the CSV file I innocently closed Hydrator. However, the CSV file was incomplete and it contained around 300k tweets rather than 500k. When trying to re-save the CSV file from theDatasets
tab, I couldn't as the button was disabled.I tried to convert the huge JSONL to CSV but my machine couldn't handle it (16GB RAM), so as a quick workaround I re-hydrated all the tweets again and saved the CSV file properly this time.
Just reporting what's happened here because I feel it's tantamount to a bug. I am using Windows 10 by the way.
The text was updated successfully, but these errors were encountered: