kaliwiki/tools/mdb-export.md
2014-04-01 18:50:03 -04:00

29 lines
664 B
Markdown

# mdb-export
Notes
-------
Help Text
-------
```
Usage: mdb-export [options] <file> <table>
where options are:
-H supress 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
```
Example Usage
-------
Links
-------