mirror of
https://github.com/mubix/kaliwiki.git
synced 2025-10-29 16:59:26 +00:00
29 lines
664 B
Markdown
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
|
|
-------
|
|
|