mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-10-14 10:55:05 +08:00
Fixed mdb-export -I man page.
This commit is contained in:
@@ -2,7 +2,7 @@ NAME
|
|||||||
mdb-export - Export data in an MDB database table to CSV format.
|
mdb-export - Export data in an MDB database table to CSV format.
|
||||||
|
|
||||||
SYNOPSIS
|
SYNOPSIS
|
||||||
mdb-export [-H] [-d delimiter] [-R row_delim] [[-Q] | [-q quote [-X escape]]] [-I] [-D format] database table
|
mdb-export [-H] [-d delimiter] [-R row_delim] [[-Q] | [-q quote [-X escape]]] [-I backend] [-D format] database table
|
||||||
|
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
mdb-export is a utility program distributed with MDB Tools.
|
mdb-export is a utility program distributed with MDB Tools.
|
||||||
@@ -14,7 +14,7 @@ OPTIONS
|
|||||||
-Q Don't wrap text-like fields (text, memo, date) in quotes. If not specified text fiels will be surrounded by " (double quote) characters.
|
-Q Don't wrap text-like fields (text, memo, date) in quotes. If not specified text fiels will be surrounded by " (double quote) characters.
|
||||||
-d Specify an alternative column delimiter If no delimiter is specified, table names will be delimited by a , (comma) character.
|
-d Specify an alternative column delimiter If no delimiter is specified, table names will be delimited by a , (comma) character.
|
||||||
-R Specify a row delimiter
|
-R Specify a row delimiter
|
||||||
-I INSERT statements (instead of CSV). You must specify the SQL dialect.
|
-I backend INSERT statements (instead of CSV). You must specify which SQL backend dialect to use. Allowed values are: access, sybase, oracle, postgres and mysql.
|
||||||
-D Set the date format (see strftime(3) for details)
|
-D Set the date format (see strftime(3) for details)
|
||||||
-q Use to wrap text-like fields. Default is ".
|
-q Use to wrap text-like fields. Default is ".
|
||||||
-X Use to escape quoted characters within a field. Default is doubling.
|
-X Use to escape quoted characters within a field. Default is doubling.
|
||||||
|
Reference in New Issue
Block a user