1USAGE:(1) User Commands USAGE:(1)
2
3
4
6 Usage: - convert an XML file
7
9 orcus-xml [OPTIONS] FILE
10
12 -h [ --help ]
13 Print this help.
14
15 --mode arg
16 Mode of operation. Select one of the following options: dump,
17 map, map-gen, structure, or transform.
18
19 -m [ --map ] arg
20 Path to the map file. A map file is required for all modes ex‐
21 cept for the structure mode.
22
23 -o [ --output ] arg
24 Path to either an output directory, or an output file.
25
26 -f [ --output-format ] arg Specify the output format.
27 Supported format types are:
28
29 * check - Flat format that fully encodes document
30 content. Suitable for automated testing. * csv - CSV format. *
31 flat - Flat text format that displays document content in grid.
32 * html - HTML format. * json - JSON format. * none - No output
33 to be generated. Maybe useful during development. * xml - This
34 format is currently unsupported. * yaml -
35
36 -h [ --help ]
37 Print this help.
38
39 --mode arg
40 Mode of operation. Select one of the following options: dump,
41 map, map-gen, structure, or transform.
42
43 -m [ --map ] arg
44 Path to the map file. A map file is required for all modes ex‐
45 cept for the structure mode.
46
47 -o [ --output ] arg
48 Path to either an output directory, or an output file.
49
50 -f [ --output-format ] arg Specify the output format.
51 Supported format types are:
52
53 * check - Flat format that fully encodes document
54 content. Suitable for automated testing. * csv - CSV format. *
55 flat - Flat text format that displays document content in grid.
56 * html - HTML format. * json - JSON format. * none - No output
57 to be generated. Maybe useful during development. * xml - This
58 format is currently unsupported. * yaml -
59
60
61
62liborcus 0.17.2 January 2023 USAGE:(1)