Created
November 4, 2021 06:54
-
-
Save jarnaldich/c6966ff11b0cc31cdfd692bacf86ace8 to your computer and use it in GitHub Desktop.
[Json 2 CSV with jq] #json #jq
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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