mirror of
https://github.com/mubix/kaliwiki.git
synced 2025-10-29 16:59:26 +00:00
Added mdb-export
This commit is contained in:
parent
685987f8dd
commit
52528d0ab5
28
tools/mdb-export.md
Normal file
28
tools/mdb-export.md
Normal 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
|
||||
-------
|
||||
|
||||
@ -15,8 +15,7 @@ Database Assessment
|
||||
* [bbqsql](../tools/bbqsql.md)
|
||||
* [dbpwaudit](../tools/dbpwaudit.md)
|
||||
* [hexorbase](../tools/hexorbase.md)
|
||||
* [jsql]
|
||||
* [mdb-export]
|
||||
* [mdb-export](../tools/mdb-export.md)
|
||||
* [mdb-hexdump]
|
||||
* [mdb-parsecsv]
|
||||
* [mdb-sql]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user