jimmoffitt / json2csv

A Ruby app for converting Tweet JSON to CSV.
9 stars 2 forks source link

Column misalignment #1

Closed campassi closed 7 years ago

campassi commented 7 years ago

When performing a conversion using the 'everything' template, data seems to not be appearing in the correct location in the csv after column DZ. If I remove location{} and twitter_entities{symbols, urls, user_mentions, media} from the template all works fine again.

campassi commented 7 years ago

Any updates on this issue? Some serious misalignment errors are being encountered.. does GNIP plan to keep this tool supported? http://support.gnip.com/articles/json2csv.html

jimmoffitt commented 7 years ago

Thanks for pointing that out. No updates yet... This OSS sample code was put out there as a helper app, and never officially supported. However, I'll put it on the list to take a look....

campassi commented 7 years ago

Hey Jim, we ended up writing a python script to do the full conversion, no urgency from us as of this morning. Thank you for responding