Skip to content

Instantly share code, notes, and snippets.

@jarnaldich
Created November 4, 2021 06:54
Show Gist options
  • Save jarnaldich/c6966ff11b0cc31cdfd692bacf86ace8 to your computer and use it in GitHub Desktop.
Save jarnaldich/c6966ff11b0cc31cdfd692bacf86ace8 to your computer and use it in GitHub Desktop.
[Json 2 CSV with jq] #json #jq
jq.exe --% -r ".result | map([(.doy|tostring), .timestamp, (.val|tostring), (.interpol|tostring)] | join(\",\")) | join(\"\n\")" rasdaman.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment