table
The table option sets the target table in the current database for the import.
- Note
- This option is applicable to CSV and XML imports only. SQL imports define the target table in the INSERT statement in the import file.
For example, the optString
value of "table=ACCTMGR"
will set the ACCTMGR table as the target for the import file.