For more details on input/output schema, refer to “Schema”.
For details on use of variables, refer to “Variables”.
| 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 a component on the script canvas. |
| Item name | Required/Optional | Use of variables | Description | Remarks |
|---|---|---|---|---|
| Output log level | Required | Not available | Select a log level to output in.
|
|
| Column filter | Optional | Available | Enter the filter for columns to output.
For details on filter syntax, refer to “Column filter syntax”. |
|
| Item name | Required/Optional | Use of variables | Description | Remarks |
|---|---|---|---|---|
| Data processing method | Required | Not available | Select data processing method.
|
| 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. |
| Filter syntax | Example | Description |
|---|---|---|
| Single | 1 | When only column number is entered, the column will be output. |
| On and after | 6- | When a hyphen is entered after column number, the columns on and after the number will be output. |
| On and before | -3 | When a hyphen is entered before column number, the columns on and before the number will be output. |
| Range | 2-5 | When column numbers concatenated with a hyphen are entered, it means a range and the columns in the range will be output. |
Refer to “Schema of table model type” for more details.
Refer to “Edit Schema” for more details.
Refer to “Parallel Stream Processing” for more details.
| Component variable name | Description | Remarks |
|---|---|---|
| message_category | When an error occurs, the corresponding message code's category is stored. |
|
| message_code | When an error occurs, the corresponding message code is stored. |
|
| message_level | When an error occurs, the corresponding message code's severity is stored. |
|
| error_type | When an error occurs, the error type is stored. |
|
| error_message | When an error occurs, the error message is stored. |
|
| error_trace | When an error occurs, the error's trace information is stored. |
|
| Exception name | Cause | Solution |
|---|---|---|
| InputDataNotFoundException | [Input data] is not specified. | Specify [Input data] or draw data flow. |
| InvalidPropertyConfigurationException |
The syntax of [Column filter] is invalid. | Check whether the syntax of [Column filter] is wrong. |