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 ] [=arg(=1)] (=0) Turn on a debug mode and optionally
19 specify a
20 debug level in order to generate run-time debug outputs.
21
22 --dump-check
23 Dump the content to stdout in a special format used for content
24 verification in automated tests.
25
26 -o [ --output ] arg
27 Output directory path, or output file when --dump-check option
28 is used.
29
30 -f [ --output-format ] arg
31 Specify the output format. Supported format types are:
32
33 * check - Flat format that fully encodes
34 document content. Suitable for automated testing. * csv - CSV
35 format. * flat - Flat text format that displays document con‐
36 tent in grid. * html - HTML format. * json - JSON format. *
37 none - No output to be generated. Maybe useful during develop‐
38 ment. * xml - This format is currently unsupported.
39
40 --row-size arg
41 Specify the number of maximum rows in each sheet.
42
43 --row-header arg
44 Specify the number of header rows to repeat if the source con‐
45 tent gets split into multiple sheets.
46
47 --split
48 Specify whether or not to split the data into multiple sheets in
49 case it won't fit in a single sheet.
50
51 Allowed options:
52 -h [ --help ]
53 Print this help.
54
55 -d [ --debug ] [=arg(=1)] (=0) Turn on a debug mode and optionally
56 specify a
57 debug level in order to generate run-time debug outputs.
58
59 --dump-check
60 Dump the content to stdout in a special format used for content
61 verification in automated tests.
62
63 -o [ --output ] arg
64 Output directory path, or output file when --dump-check option
65 is used.
66
67 -f [ --output-format ] arg
68 Specify the output format. Supported format types are:
69
70 * check - Flat format that fully encodes
71 document content. Suitable for automated testing. * csv - CSV
72 format. * flat - Flat text format that displays document con‐
73 tent in grid. * html - HTML format. * json - JSON format. *
74 none - No output to be generated. Maybe useful during develop‐
75 ment. * xml - This format is currently unsupported.
76
77 --row-size arg
78 Specify the number of maximum rows in each sheet.
79
80 --row-header arg
81 Specify the number of header rows to repeat if the source con‐
82 tent gets split into multiple sheets.
83
84 --split
85 Specify whether or not to split the data into multiple sheets in
86 case it won't fit in a single sheet.
87
88
89
90liborcus 0.15.3 January 2020 UNRECOGNISED(1)