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>
49
49
50
50
< h2 > OPTIONS</ h2 >
51
51
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
53
55
-h display help
54
56
-help display help
55
57
-i input filename
@@ -61,6 +63,7 @@ <h2>OPTIONS</h2>
61
63
-output output filename
62
64
-permissive suppress error messages
63
65
-quiet suppress error messages
66
+ -quote if dilimiter is found in column value add quotes for non-CSV output
64
67
-r run interactively
65
68
-repl run interactively
66
69
-v display version
@@ -81,7 +84,7 @@ <h2>EXAMPLES</h2>
81
84
82
85
< p > This would yeild</ p >
83
86
84
- < pre > < code class ="language-csv "> "Doe, Jane"
87
+ < pre > < code class ="language-json "> "Doe, Jane"
85
88
</ code > </ pre >
86
89
87
90
< p > Flipping .name and .age into pipe delimited columns is as
You can’t perform that action at this time.
0 commit comments