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
The biggest missing piece is an import/export filter for popular spreadsheet programs so that non-programmers can use this format.
Since the same page mentions jq, it might be worthwhile pointing out that for flat arrays of the type shown at the top of the page, the following jq command produces valid CSV:
The documentation at https://jsonlines.org/examples says:
Since the same page mentions jq, it might be worthwhile pointing out that for flat arrays of the type shown at the top of the page, the following jq command produces valid CSV:
(Similarly for TSV.)
Of course jq can be used more generally, e.g. as illustrated at https://stackoverflow.com/questions/57242240/jq-object-cannot-be-csv-formatted-only-array
The text was updated successfully, but these errors were encountered: