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