Added mdb-export

This commit is contained in:
Will Pennell
2014-04-01 18:50:03 -04:00
parent 685987f8dd
commit 52528d0ab5
2 changed files with 29 additions and 2 deletions

28
tools/mdb-export.md Normal file
View File

@@ -0,0 +1,28 @@
# 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
-------