File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,9 @@ <h2>SYSNOPSIS</h2>
4949
5050< h2 > OPTIONS</ h2 >
5151
52- < pre > < code > -d set the delimiter for multi-field output
52+ < pre > < code > -csv output as CSV or other flat delimiter row
53+ -d set the delimiter for multi-field csv output
54+ -dimiter set the delimiter for multi-field csv output
5355-h display help
5456-help display help
5557-i input filename
@@ -61,6 +63,7 @@ <h2>OPTIONS</h2>
6163-output output filename
6264-permissive suppress error messages
6365-quiet suppress error messages
66+ -quote if dilimiter is found in column value add quotes for non-CSV output
6467-r run interactively
6568-repl run interactively
6669-v display version
@@ -81,7 +84,7 @@ <h2>EXAMPLES</h2>
8184
8285< p > This would yeild</ p >
8386
84- < pre > < code class ="language-csv "> "Doe, Jane"
87+ < pre > < code class ="language-json "> "Doe, Jane"
8588</ code > </ pre >
8689
8790< p > Flipping .name and .age into pipe delimited columns is as
You can’t perform that action at this time.
0 commit comments