Convert CSV records to TSV: Difference between revisions

→‎jq: gojq has been updated
(→‎jq: gojq has been updated)
Line 183:
 
'''The following program can also be used with gojq, the Go implementation of jq,
but until recently NUL (#x0) iswas left unaltered.'''
 
In this entry, the PEG grammar for "record" as defined in the task
Line 234:
| @tsv ;
 
# Transform an entire file: assuming jq is invoked with the -n option
inputs | csv2tsv
</syntaxhighlight>
{{output}}
* Backquotes are uniformly duplicated.
* Until recently gojq doesdid not, and currently cannot, handle NUL (#x0) properly.
 
=={{header|Phix}}==
2,494

edits