Skip to content

Commit 5985d31

Browse files
committed
Quick Save
1 parent 49feac2 commit 5985d31

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

docs/csvcleaner.md

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -12,32 +12,32 @@ standard out (errors to standard error). These can be modified by
1212
appropriate options. The csv file is processed as a stream of rows so
1313
minimal memory is used to operate on the file.
1414

15-
## OPTIONS
15+
## OPTIONS
1616

1717
```
18-
-comma if set use this character in place of a comma for delimiting cells
19-
-comment-char if set, rows starting with this character will be ignored as comments
20-
-example display example(s)
21-
-fields-per-row set the number of columns to output right padding empty cells as needed
22-
-h display help
23-
-help display help
24-
-i input filename
25-
-input input filename
26-
-l display license
27-
-left-trim-spaces If set to true leading white space in a field is ignored.
28-
-license display license
29-
-o output filename
30-
-output output filename
31-
-output-comma if set use this character in place of a comma for delimiting output cells
32-
-reuse if false then a new array is allocated for each row processed, if true the array gets reused
33-
-right-trim-spaces If set to true trailing white space in a field is ignored.
34-
-stop-on-error exit on error, useful if you're trying to debug a problematic CSV file
35-
-trim-spaces If set to true leading and trailing white space in a field is ignored.
36-
-use-crlf if set use a charage return and line feed in output
37-
-use-lazy-quoting If LazyQuotes is true, a quote may appear in an unquoted field and a non-doubled quote may appear in a quoted field.
38-
-v display version
39-
-verbose write verbose output to standard error
40-
-version display version
18+
-comma if set use this character in place of a comma for delimiting cells
19+
-comment-char if set, rows starting with this character will be ignored as comments
20+
-example display example(s)
21+
-fields-per-row set the number of columns to output right padding empty cells as needed
22+
-h display help
23+
-help display help
24+
-i input filename
25+
-input input filename
26+
-l display license
27+
-left-trim-spaces If set to true leading white space in a field is ignored.
28+
-license display license
29+
-o output filename
30+
-output output filename
31+
-output-comma if set use this character in place of a comma for delimiting output cells
32+
-reuse if false then a new array is allocated for each row processed, if true the array gets reused
33+
-right-trim-spaces If set to true trailing white space in a field is ignored.
34+
-stop-on-error exit on error, useful if you're trying to debug a problematic CSV file
35+
-trim-spaces If set to true leading and trailing white space in a field is ignored.
36+
-use-crlf if set use a charage return and line feed in output
37+
-use-lazy-quoting If LazyQuotes is true, a quote may appear in an unquoted field and a non-doubled quote may appear in a quoted field.
38+
-v display version
39+
-verbose write verbose output to standard error
40+
-version display version
4141
```
4242

4343

0 commit comments

Comments
 (0)