Details
-
New Feature
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Won't Do
-
1.2
-
None
Description
If a xml given with -p parameter and I add the option for -l (specify load file name)
the error message occur:
"No table name specified with schema."
In the sourcecode I found the following rule with the matching error message:
// Get positional arguments, User can provide:
|
// 1. no positional parameters - Mode 0 & stdin |
// 2. Two positional parameters (schema and table names) - Mode 1/2, stdin |
// 3. Three positional parameters (schema, table, and import file name) |
It should be possible to specify a load file with -l,
which simply overwrite the load name specified with the -p option.