1UNRECOGNISED(1) User Commands UNRECOGNISED(1)
2
3
4
6 unrecognised - convert a CSV file
7
9 orcus-csv [options] FILE
10
12 The FILE must specify a path to an existing file.
13
15 -h [ --help ]
16 Print this help.
17
18 -d [ --debug ]
19 Turn on a debug mode and optionally specify a debug level in or‐
20 der to generate run-time debug outputs.
21
22 -r [ --recalc ]
23 Re-calculate all formula cells after the documetn is loaded.
24
25 -e [ --error-policy ] arg (=fail) Specify whether to abort immediately
26 when
27 the loader fails to parse the first formula cell ('fail'), or
28 skip the offending cells and continue ('skip').
29
30 --dump-check
31 Dump the content to stdout in a special format used for content
32 verification in automated tests.
33
34 -o [ --output ] arg
35 Output directory path, or output file when --dump-check option
36 is used.
37
38 -f [ --output-format ] arg
39 Specify the output format. Supported format types are:
40
41 * check - Flat format that fully encodes
42 document content. Suitable for automated testing. * csv - CSV
43 format. * flat - Flat text format that displays document con‐
44 tent in grid. * html - HTML format. * json - JSON format. *
45 none - No output to be generated. Maybe useful during develop‐
46 ment. * xml - This format is currently unsupported. * yaml -
47
48 --row-size arg
49 Specify the number of maximum rows in each sheet.
50
51 --row-header arg
52 Specify the number of header rows to repeat if the source con‐
53 tent gets split into multiple sheets.
54
55 --split
56 Specify whether or not to split the data into multiple sheets in
57 case it won't fit in a single sheet.
58
59 -h [ --help ]
60 Print this help.
61
62 -d [ --debug ]
63 Turn on a debug mode and optionally specify a debug level in or‐
64 der to generate run-time debug outputs.
65
66 -r [ --recalc ]
67 Re-calculate all formula cells after the documetn is loaded.
68
69 -e [ --error-policy ] arg (=fail) Specify whether to abort immediately
70 when
71 the loader fails to parse the first formula cell ('fail'), or
72 skip the offending cells and continue ('skip').
73
74 --dump-check
75 Dump the content to stdout in a special format used for content
76 verification in automated tests.
77
78 -o [ --output ] arg
79 Output directory path, or output file when --dump-check option
80 is used.
81
82 -f [ --output-format ] arg
83 Specify the output format. Supported format types are:
84
85 * check - Flat format that fully encodes
86 document content. Suitable for automated testing. * csv - CSV
87 format. * flat - Flat text format that displays document con‐
88 tent in grid. * html - HTML format. * json - JSON format. *
89 none - No output to be generated. Maybe useful during develop‐
90 ment. * xml - This format is currently unsupported. * yaml -
91
92 --row-size arg
93 Specify the number of maximum rows in each sheet.
94
95 --row-header arg
96 Specify the number of header rows to repeat if the source con‐
97 tent gets split into multiple sheets.
98
99 --split
100 Specify whether or not to split the data into multiple sheets in
101 case it won't fit in a single sheet.
102
103
104
105liborcus 0.17.2 February 2022 UNRECOGNISED(1)