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. * debug-state - This format dumps the internal state of
44 the document in detail, useful for debugging. * flat - Flat
45 text format that displays document content in grid. * html -
46 HTML format. * json - JSON format. * none - No output to be
47 generated. Maybe useful during development. * xml - This format
48 is currently unsupported. * yaml - This format is currently un‐
49 supported.
50
51 --row-size arg
52 Specify the number of maximum rows in each sheet.
53
54 --row-header arg
55 Specify the number of header rows to repeat if the source con‐
56 tent gets split into multiple sheets.
57
58 --split
59 Specify whether or not to split the data into multiple sheets in
60 case it won't fit in a single sheet.
61
62 -h [ --help ]
63 Print this help.
64
65 -d [ --debug ]
66 Turn on a debug mode and optionally specify a debug level in or‐
67 der to generate run-time debug outputs.
68
69 -r [ --recalc ]
70 Re-calculate all formula cells after the documetn is loaded.
71
72 -e [ --error-policy ] arg (=fail) Specify whether to abort immediately
73 when
74 the loader fails to parse the first formula cell ('fail'), or
75 skip the offending cells and continue ('skip').
76
77 --dump-check
78 Dump the content to stdout in a special format used for content
79 verification in automated tests.
80
81 -o [ --output ] arg
82 Output directory path, or output file when --dump-check option
83 is used.
84
85 -f [ --output-format ] arg
86 Specify the output format. Supported format types are:
87
88 * check - Flat format that fully encodes
89 document content. Suitable for automated testing. * csv - CSV
90 format. * debug-state - This format dumps the internal state of
91 the document in detail, useful for debugging. * flat - Flat
92 text format that displays document content in grid. * html -
93 HTML format. * json - JSON format. * none - No output to be
94 generated. Maybe useful during development. * xml - This format
95 is currently unsupported. * yaml - This format is currently un‐
96 supported.
97
98 --row-size arg
99 Specify the number of maximum rows in each sheet.
100
101 --row-header arg
102 Specify the number of header rows to repeat if the source con‐
103 tent gets split into multiple sheets.
104
105 --split
106 Specify whether or not to split the data into multiple sheets in
107 case it won't fit in a single sheet.
108
109
110
111liborcus 0.18.1 August 2023 UNRECOGNISED(1)