@@ -35,29 +35,29 @@ <h2>csvcleaner [OPTIONS]</h2>
3535
3636< h2 > OPTIONS</ h2 >
3737
38- < pre > < code > -comma if set use this character in place of a comma for delimiting cells
39- -comment-char if set, rows starting with this character will be ignored as comments
40- -example display example(s)
41- -fields-per-row set the number of columns to output right padding empty cells as needed
42- -h display help
43- -help display help
44- -i input filename
45- -input input filename
46- -l display license
47- -left-trim-spaces If set to true leading white space in a field is ignored.
48- -license display license
49- -o output filename
50- -output output filename
51- -output-comma if set use this character in place of a comma for delimiting output cells
52- -reuse if false then a new array is allocated for each row processed, if true the array gets reused
53- -right-trim-spaces If set to true trailing white space in a field is ignored.
54- -stop-on-error exit on error, useful if you're trying to debug a problematic CSV file
55- -trim-spaces If set to true leading and trailing white space in a field is ignored.
56- -use-crlf if set use a charage return and line feed in output
57- -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.
58- -v display version
59- -verbose write verbose output to standard error
60- -version display version
38+ < pre > < code > -comma if set use this character in place of a comma for delimiting cells
39+ -comment-char if set, rows starting with this character will be ignored as comments
40+ -example display example(s)
41+ -fields-per-row set the number of columns to output right padding empty cells as needed
42+ -h display help
43+ -help display help
44+ -i input filename
45+ -input input filename
46+ -l display license
47+ -left-trim-spaces If set to true leading white space in a field is ignored.
48+ -license display license
49+ -o output filename
50+ -output output filename
51+ -output-comma if set use this character in place of a comma for delimiting output cells
52+ -reuse if false then a new array is allocated for each row processed, if true the array gets reused
53+ -right-trim-spaces If set to true trailing white space in a field is ignored.
54+ -stop-on-error exit on error, useful if you're trying to debug a problematic CSV file
55+ -trim-spaces If set to true leading and trailing white space in a field is ignored.
56+ -use-crlf if set use a charage return and line feed in output
57+ -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.
58+ -v display version
59+ -verbose write verbose output to standard error
60+ -version display version
6161</ code > </ pre >
6262
6363< h2 > EXAMPLES</ h2 >
0 commit comments