Skip to content

Commit

Permalink
0000869: dbexport to csv needs to either prevent or support multiple …
Browse files Browse the repository at this point in the history
…table export
  • Loading branch information
chenson42 committed Oct 28, 2012
1 parent b876248 commit a9cc59e
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -90,6 +90,7 @@ DbExport.Option.format=Output format: SQL, CSV, XML, or SYM_XML.
DbExport.Option.catalog=Look for tables in catalog.
DbExport.Option.schema=Look for tables in schema.
DbExport.Option.sql=Run custom SQL to select data.
DbExport.Option.dir=Indicate a directory to use for the export of files. If the dir is specified, then a file per table will be written to the directory.

DbImport.Option.format=Input format: SQL, CSV, XML, or SYM_XML.
DbImport.Option.catalog=Look for tables in catalog.
Expand Down

0 comments on commit a9cc59e

Please sign in to comment.