1MDB2REC(1) User Commands MDB2REC(1)
2
3
4
6 mdb2rec - mdb to rec converter
7
9 mdb2rec [OPTIONS]... MDB_FILE [TABLE]
10
12 Convert an mdb file into a rec file.
13
14 -s, --system-tables
15 include system tables.
16
17 -e, --keep-empty-fields
18 don't prune empty fields in the rec output.
19
20 -l, --list-tables
21 dump a list of the table names contained in the mdb file.
22
23 --help print a help message and exit.
24
25 --version
26 show version and exit.
27
29 Written by Jose E. Marchesi.
30
32 Report bugs to: bug-recutils@gnu.org
33 GNU recutils home page: <https://www.gnu.org/software/recutils/>
34 General help using GNU software: <http://www.gnu.org/gethelp/>
35
37 Copyright © 2010-2020 Jose E. Marchesi. License GPLv3+: GNU GPL ver‐
38 sion 3 or later <http://gnu.org/licenses/gpl.html>.
39 This is free software: you are free to change and redistribute it.
40 There is NO WARRANTY, to the extent permitted by law.
41
43 The full documentation for mdb2rec is maintained as a Texinfo manual.
44 If the info and mdb2rec programs are properly installed at your site,
45 the command
46
47 info recutils
48
49 should give you access to the complete manual.
50
51
52
53GNU recutils 1.9 July 2023 MDB2REC(1)