-
Notifications
You must be signed in to change notification settings - Fork 93
Open
Description
I love this tool! I'm using it to convert json files from Twitter's streaming API to csv. I have very little programming skills, so this tool is really good for me.
However I'm stuck at this point where I would like to extract values from the coordinate pairs within tweets. I think the coordinates are stored as an array:
"coordinates": {"coordinates": [3.82955502, 51.48484907], "type": "Point"}
Would it be possible to store the X and Y-coordinate in a separate csv field?
I tried: "json2csv -k coordinates.coordinates[0],coordinates.coordinates[1] -i ...etc" but this doesn't work.
Thanks in advance!
Roeland
Metadata
Metadata
Assignees
Labels
No labels