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              Colon-separated list of options:
36
37              •  debug_like
38
39              •  debug_write
40
41              •  debug_usage
42
43              •  debug_ole
44
45              •  debug_row
46
47              •  debug_props
48
49              •  debug_all is a shortcut for all debug_* options
50
51              •  no_memo (deprecated; has no effect)
52
53              •  use_index (experimental; requires libmswstr)
54

FUTURE DIRECTIONS

56       mdb-parsecsv is deprecated. Soon, it will no longer be distributed.
57
58       It is the feeling of developers that it is not used, as C code  genera‐
59       tion is now usually replaced by more generic approaches, including lib‐
60       mdb calls and odbc.
61
62       However,  should  you  find  this  tool  useful,  drop  us  a  line  at
63       https://github.com/mdbtools/mdbtools/issues/197   and   we'll  consider
64       maintaining it.
65

SEE ALSO

67       mdb-array(1) mdb-count(1)  mdb-export(1)  mdb-header(1)  mdb-hexdump(1)
68       mdb-import(1) mdb-json(1) mdb-prop(1) mdb-queries(1) mdb-schema(1) mdb-
69       sql(1) mdb-tables(1) mdb-ver(1)
70

AUTHORS

72       The mdb-parsecsv utility was written by Brian Bruns.
73
74
75
76MDBTools 0.9.3                   22 July 2021                  mdb-parsecsv(1)
Impressum