Item name | Required/Optional | Use of variables | Description | Remarks |
---|---|---|---|---|
Name | Required | Not available | Enter the name to show on the script canvas. |
Item name | Required/Optional | Use of variables | Description | Remarks |
---|---|---|---|---|
Data file | Required | Available | Inputs data file path that outputs header item.
By clicking [Browse] button, file chooser launches and enables to select file. |
|
Delimiter mode | Required | Not available | Select how to specify delimiter.
|
|
Select from list/Delimiter | Optional | Not available | Select delimiter.
|
|
Enter directly/Delimiter | Required | Available | Input 1 character of delimiter. |
|
Input character code/Delimiter | Required | Available | Input character code.
Entered character code will be converted to encode specified in [Encode]. Entering with Octal(prefix"0"<number zero>), Decimal(no prefix), Hexadecimal(prefix"0x"<number zero and alphabet x>or"#") will be available. If padding becomes multiple byte strings, enter by separating with comma. Ex:0x10,0x13 |
|
Header item | Required | - | Specify a header item.
Each header item can be operated by the following buttons.
|
|
Header item/Header item name | Required | Available | Input header item name. | |
Header item/Quotation | Optional | Not available | Select whether to enclose each header item name with double quotation.
|
Item name | Description | Remarks |
---|---|---|
Preview | Launch previewer and display the file contents specified in [Data file]. |
|
Read header item name from style file | Select style file with file chooser and set header item name by extracting from the file. |
|
Item name | Required/Optional | Use of variables | Description | Remarks |
---|---|---|---|---|
Encode | Required | Available | Select or input the writing file encode.
If inputing, specifies the encode supported in Java SE Runtime Environment 8. ![]() |
|
Item name | Required/Optional | Use of variables | Description | Remarks |
---|---|---|---|---|
Perform Transaction | Required | Not available | Select whether to perform transaction.
![]() |
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 |
---|---|---|
data_file_path | Stores the data file path specified in [Data file]. |
|
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 name>] is not specified. | Specify [<Property name>]. |
InvalidPropertyConfigurationException
False delimiter is specified. |
False character is input to [Delimiter]. | Input correct character to [Delimiter]. |
PathIsNotAbsoluteException | Designated path is relative path. | Input absolute path. |
FileIsDirectoryException | Path entered in [Data file] is directory. | Input file path to [Data file]. |
FileIsLockedException | File specified in [Data file] is locked. | Perform unlock from explorer or CLI. |
java.io.FileNotFoundException
Other process is in use. |
File specified in [Data file] is used by other process. | Check whether this is used in other process. |
java.io.UnsupportedEncodingException | Encode not supported in [Encode] is specified. | Specify the encode supported by Java SE Runtime Environment 8.
![]() |