1UNRECOGNISED(1)                  User Commands                 UNRECOGNISED(1)
2
3
4

NAME

6       unrecognised - convert a CSV file
7

SYNOPSIS

9       orcus-csv [options] FILE
10

DESCRIPTION

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 to generate run-time debug output.
20
21       --dump-check
22              Dump  the content to stdout in a special format used for content
23              verification in automated tests.
24
25       -o [ --output ] arg
26              Output directory path, or output file when  --dump-check  option
27              is used.
28
29       -f [ --output-format ] arg Specify the format of output file.
30              Supported format types are:
31
32       * csv - CSV format
33              *  flat  -  flat  text format * html - HTML format * json - JSON
34              format * none - no output
35
36       --row-size arg
37              Specify the number of maximum rows in each sheet.
38
39       --row-header arg
40              Specify the number of header rows to repeat if the  source  con‐
41              tent gets split into multiple sheets.
42
43       --split
44              Specify whether or not to split the data into multiple sheets in
45              case it won't fit in a single sheet.
46
47   Allowed options:
48       -h [ --help ]
49              Print this help.
50
51       -d [ --debug ]
52              Turn on a debug mode to generate run-time debug output.
53
54       --dump-check
55              Dump the content to stdout in a special format used for  content
56              verification in automated tests.
57
58       -o [ --output ] arg
59              Output  directory  path, or output file when --dump-check option
60              is used.
61
62       -f [ --output-format ] arg Specify the format of output file.
63              Supported format types are:
64
65       * csv - CSV format
66              * flat - flat text format * html - HTML format  *  json  -  JSON
67              format * none - no output
68
69       --row-size arg
70              Specify the number of maximum rows in each sheet.
71
72       --row-header arg
73              Specify  the  number of header rows to repeat if the source con‐
74              tent gets split into multiple sheets.
75
76       --split
77              Specify whether or not to split the data into multiple sheets in
78              case it won't fit in a single sheet.
79
80
81
82liborcus 0.14.1                  February 2019                 UNRECOGNISED(1)
Impressum