1mdb-parsecsv(1)      Executable programs or shell commands     mdb-parsecsv(1)
2
3
4

NAME

6       mdb-parsecsv - Convert CSV table dump into C file.
7

SYNOPSIS

9       mdb-parsecsv file
10
11

DESCRIPTION

13       mdb-parsecsv is a utility program distributed with MDB Tools.
14
15       mdb-parsecsv  takes  a CSV file representing a database table, and con‐
16       verts it into a C array.
17

NOTES

19       If the first argument does not exist as a file, mdb-parsecsv will  look
20       for the same filename with '.txt' appended.
21
22       The file extension is stripped, and the output written to the base name
23       plus a '.c' extension.
24

ENVIRONMENT

26       MDB_JET3_CHARSET
27              Defines the charset of the input JET3 (access 97) file.  Default
28              is CP1252. See iconv(1).
29
30       MDBICONV
31              Defines  the  output charset to use for the SQL file. Default is
32              UTF-8. mdbtools must have been compiled with iconv.
33
34       MDBOPTS
35              semi-column separated list of options:
36
37              ·  use_index
38
39              ·  no_memo
40
41              ·  debug_like
42
43              ·  debug_write
44
45              ·  debug_usage
46
47              ·  debug_ole
48
49              ·  debug_row
50
51              ·  debug_props
52
53              ·  debug_all is a shortcut for all debug_* options
54

SEE ALSO

56       gmdb2(1) mdb-export(1) mdb-hexdump(1) mdb-prop(1) mdb-sql(1) mdb-ver(1)
57       mdb-array(1) mdb-header(1) mdb-schema(1) mdb-tables(1)
58

AUTHORS

60       The mdb-parsecsv utility was written by Brian Bruns.
61
62
63
64MDBTools 0.7.1                   25 July 2019                  mdb-parsecsv(1)
Impressum