mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-09-19 10:37:54 +08:00
Patch nosanitize.diff form Nirgal
This commit is contained in:

committed by
Brian Bruns

parent
b5cabb1834
commit
8ef50c444e
@@ -1,7 +1,7 @@
|
||||
NAME
|
||||
mdb-export - Export data in an MDB database table to CSV format.
|
||||
SYNOPSIS
|
||||
mdb-export [-H] [-d <delimiter>] [-R <row delim>] [[-Q] || [-q <quote> [-X <escape>]]] [-I] [-D <format>] [-S] <database> <table>
|
||||
mdb-export [-H] [-d <delimiter>] [-R <row delim>] [[-Q] || [-q <quote> [-X <escape>]]] [-I] [-D <format>] <database> <table>
|
||||
|
||||
DESCRIPTION
|
||||
mdb-export is a utility program distributed with MDB Tools.
|
||||
@@ -15,7 +15,6 @@ OPTIONS
|
||||
-R Specify a row delimiter
|
||||
-I INSERT statements (instead of CSV). You must specify the SQL dialect.
|
||||
-D Set the date format (see strftime(3) for details)
|
||||
-S Sanitize names (replace spaces etc. with underscore)
|
||||
-q Use to wrap text-like fields. Default is ".
|
||||
-X Use to escape quoted characters within a field. Default is doubling.
|
||||
|
||||
|
@@ -22,8 +22,6 @@ OPTIONS
|
||||
--no-indexes Don't export INDEXes.
|
||||
--relations Export foreign keys constraints. This is the default.
|
||||
--no-relations Don't export foreign keys constraints.
|
||||
-S, --sanitize Replace non alphanumric characters by underscore.
|
||||
--no-sanitize Don't replace non alphanumric characters by underscore. This is the default.
|
||||
|
||||
backend Specifies target DDL dialect. Supported values are access, sybase, oracle, postgres, and mysql. If not specified the generated DDL will be in access format.
|
||||
|
||||
|
Reference in New Issue
Block a user