Item name | Required/Optional | Use of variables | Description | Remarks |
---|---|---|---|---|
Name | Required | Not available | Enter the name to show on the script canvas. | |
Input data | Required | Not available | Select the component on the script canvas. |
Item name | Required/Optional | Use of variables | Description | Remarks |
---|---|---|---|---|
File | Required | Available | Enter file path of a TDE file.
Click [Browse] button to launch the file chooser and select the file. |
|
Column list | Required | Specify columns.
Each column can be operated by following buttons.
|
||
Column list/Column name | Required | Available | Enter column name of the TDE file specified in [File]. | |
Column list/Type | Required | Not available | Select a type of [Column type].
|
|
Column list/Collation | Optional | Not available | Select collation of [Column name].
|
|
Item name | Description | Remarks | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Update column list | Gets the column names, types and collations from the TDE file specified in [File], and set them in [Column list]. |
|
||||||||||||||||||||||||
Setup column list simply (load from a global schema) | Select a global schema, then transforms it into column list of this operaion and set it in [Column list]. |
|
Item name | Required/Optional | Use of variables | Description | Remarks |
---|---|---|---|---|
Execute transaction processing | Required | Not available | Select whether to perform transaction processing.
![]() |
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 |
---|---|---|
count | Stores the count of the data. |
|
result | Stores the result code of Tableau Data Extract API corresponding to the occurred error. |
|
message_category | Stores the category of message code corresponding to the occurred error. |
|
message_code | Stores the code of message code corresponding to the occurred error. |
|
message_level | Stores the severity of message code corresponding to the occurred error. |
|
error_type | Stores the error type of occurred error. |
|
error_message | Stores the error message of occurred error. |
|
error_trace | Stores the trace information of occurred error. |
|
Exception name | Cause | Solution |
---|---|---|
InvalidPropertyConfigurationException
<Property name> is not specified. |
[<Property namegt;] is not specified. | Specify [<Property name>]. |
InvalidPropertyConfigurationException
Specify TDE file (*.tde). |
The path entered in [File] is not TDE file. | Enter TDE file (*.tde) in [File]. |
FileIsDirectoryException | Path entered in [File] is directory. | Enter file path in [File]. |
InvalidPropertyConfigurationException
Column list is not specified. |
[Column list] is not specified. | Specify [Column list]. |
InvalidPropertyConfigurationException
Column name of line <The number> in column list is not entered. |
[Column list/Column name] is not entered. | Enter [Column list/Column name]. |
InvalidPropertyConfigurationException
The number of columns of column list is different from that of the TDE file. |
The number of columns of [Column list] is different from that of the TDE file. | Specify columns in [Column list] as that set in the TDE file to write in. |
InvalidPropertyConfigurationException
Column name of line <The number> in column list is different from that of the TDE file. |
[Column list/Column name] is different from that of the TDE file. | Specify column name in [Column list/Column name] as that set in the TDE file to write in. |
InvalidPropertyConfigurationException
Type of line <The number> in column list is different from that of the TDE file. |
[Column list/Type] is different from that of the TDE file. | Specify type in [Column list/Type] as that set in the TDE file to write in. |
InvalidPropertyConfigurationException
Collation of line <The number> in column list is different from that of the TDE file. |
[Column list/Collation] is different from that of the TDE file. | Specify type in [Column list/Collation] as that set in the TDE file to write in, or not specify it. |
ProhibitedOperationException
Unauthorized operation: Write |
It is impossible to write in the path entered in [File]. | Check authority to write in the path entered in [File]. |
java.io.FileNotFoundException | It is impossible to write in the path entered in [File]. | Check authority to write in the path entered in [File] in DataSpiderServer operation OS. |
com.tableausoftware.TableauException | An error occured in Tableau Data Extract API. | Confirm the error message or the value of component varible [result]. |