mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-09-18 18:22:07 +08:00
Merge branch 'master' of github.com:dragonfly-science/mdbtools into merge-108
Merge in pull request #108 with a few changes: * Use the newer mdb_print_col function * Redefine the last argument of mdb_print_col to be a flags argument * Rename and redefine the BINEXPORT enums. While technically public, these were never intended as a public API. * Name the command line option --escape-c
This commit is contained in:
@@ -20,6 +20,8 @@ OPTIONS
|
||||
-Q, --no-quote Don't wrap text-like fields (text, memo, date) in quotes. If not specified text fiels will be surrounded by " (double quote) characters.
|
||||
-q, --quote char Use char to wrap text-like fields. Default is " (double quote).
|
||||
-X, --escape char Use char to escape quoted characters within a field. Default is doubling.
|
||||
-e, --escape-c Use C-style escaping for return (\\r), tab (\\t), line-feed (\\n), and back-slash (\\\\) characters. Default is to leave as they are.
|
||||
Use char to escape quoted characters within a field. Default is doubling.
|
||||
-I, --insert backend INSERT statements (instead of CSV). You must specify which SQL backend dialect to use. Allowed values are: access, sybase, oracle, postgres, mysql and sqlite.
|
||||
-N, --namespace prefix Prefix identifiers with prefix.
|
||||
-S, --batch-size int Size of insert batches on supported platforms.
|
||||
|
Reference in New Issue
Block a user