mdb-export -V (return code: 1)
mdb-export: invalid option -- '-'
mdb-export: invalid option -- 'v'
mdb-export: invalid option -- 'e'
mdb-export: invalid option -- 'r'
mdb-export: invalid option -- 's'
mdb-export: invalid option -- 'i'
mdb-export: invalid option -- 'o'
mdb-export: invalid option -- 'n'
Usage: mdb-export [options] <file> <table>
where options are:
-H suppress header row
-Q don't wrap text-like fields in quotes
-d <delimiter> specify a column delimiter
-R <delimiter> specify a row delimiter
-I <backend> INSERT statements (instead of CSV)
-D <format> set the date format (see strftime(3) for details)
-q <char> Use <char> to wrap text-like fields. Default is ".
-X <char> Use <char> to escape quoted characters within a field. Default is doubling.
-N <namespace> Prefix identifiers with namespace
-b strip|raw|octal Binary export mode.
mdb-export -h (return code: 1)
mdb-export: invalid option -- 'h'
Usage: mdb-export [options] <file> <table>
where options are:
-H suppress header row
-Q don't wrap text-like fields in quotes
-d <delimiter> specify a column delimiter
-R <delimiter> specify a row delimiter
-I <backend> INSERT statements (instead of CSV)
-D <format> set the date format (see strftime(3) for details)
-q <char> Use <char> to wrap text-like fields. Default is ".
-X <char> Use <char> to escape quoted characters within a field. Default is doubling.
-N <namespace> Prefix identifiers with namespace
-b strip|raw|octal Binary export mode.