1csv2tbx(1) Translate Toolkit 1.9.0 csv2tbx(1)
2
3
4
6 csv2tbx - convert Comma-Separated Value (.csv) files to a TermBase
7 eXchange (.tbx) glossary file
8
10 csv2tbx [--version] [-h|--help] [--manpage] [--progress PROGRESS]
11 [--errorlevel ERRORLEVEL] [-i|--input] INPUT [-x|--exclude EXCLUDE]
12 [-o|--output] OUTPUT [--charset CHARSET] [--columnorder]
13
15 --version
16 show program's version number and exit
17
18 -h/--help
19 show this help message and exit
20
21 --manpage
22 output a manpage based on the help
23
24 --progress
25 show progress as: dots, none, bar, names, verbose
26
27 --errorlevel
28 show errorlevel as: none, message, exception, traceback
29
30 -i/--input
31 read from INPUT in csv format
32
33 -x/--exclude
34 exclude names matching EXCLUDE from input paths
35
36 -o/--output
37 write to OUTPUT in tbx format
38
39 --charset
40 set charset to decode from csv files
41
42 --columnorder
43 specify the order and position of columns (comment,source,tar‐
44 get)
45
46
47
48 Translate Toolkit 1.9.0 csv2tbx(1)