Item name | Required / Optional | Use of Variables | Description | Remarks |
---|---|---|---|---|
Name | Required | Not available | Enter the name on the script canvas. |
Item name | Required / Optional | Use of Variables | Description | Remarks |
---|---|---|---|---|
Destination | Required | Not available | Select Global Resources.
|
|
Table name | Required | Available | Select or enter the name of the table to write. |
|
Enclose table name with quotation marks | Optional | Not available | Select whether enclosed the specified table name with quotation marks.
|
|
Database name | Required | Available | Enter the database name. | |
Data file | Required | Available | Enter the path of the data file.
Click [Browse] button to activate the file Selectr and Select the file. |
|
Support TIMESTAMP type | Optional | Not available | Select when data file contains TIMESTAMP type data.
|
|
Timestamp format | Optional | Available | Enter the format of TIMESTAMP type date of the data file. |
|
Schema definition | Required | - | Shows the schema definition specified in [Table name]. |
|
Schema Definition / Column name | Required | Not available | Shows the column name of the table specified in [Table name]. | |
Schema definition / Type | Required | Not available | Select [Column name] type. |
|
Item name | Description | Remarks |
---|---|---|
Launch Table Browser | Launches the Table Browser.
![]() |
|
Item name | Required / Optional | Use of Variables | Description | Remarks |
---|---|---|---|---|
Comment | Optional | Not available | You can write a short description of this adapter. The description will be reflected in the specifications. |
Component variable name | Description | Remarks |
---|---|---|
return | Returns the return value of the started loader. |
|
message_category | Stroes the category to which corresponding message code belongs to, when an error occurs. |
|
message_code | Stores its corresponding message code of occured error. |
|
message_level | Stores the severity of the corresponding message code of the occured error. |
|
error_type | Stores the type of the occured error. |
|
error_message | Stores the error message for the occured error. |
|
error_trace | Stores stack trace of the occurred error. |
|
Exception name | Cause | Actions |
---|---|---|
ResourceNotFoundException Resource definition could not be found.Name: [] |
[Destination] is not specified. | Specify [Destination]. |
ResourceNotFoundException Resource definition could not be found.Name: [<Global resource name>] |
Resource definition selected in [Destination] is not found. | Please check the global resource specified in [Destination] |
InvalidPropertyConfigurationException
<Property name> is not specified. |
[<Property name>] is not specified. | Specify the [<Property name>]. |
java.io.IOException | Loader command failed to start. | Check that the loader is installed and whether the starting path is valid. |
java.sql.SQLException | Database access error or other error occurred. | Check the message of SQLException.SQLException message is based on the specifications of each driver.SQLException messages may outputs cause of the error.
For more information about the message, please contact each database vendor. |