For information about using variables, refer to "variables".
| 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 |
|---|---|---|---|---|
| File | Required | Available | Input file path of CSV format or TSV format.
Click [Browse] button to activate the file Selectr and Select the file. |
|
| Delimiter mode | Required | Not available | Select how to specify the delimiter.
|
|
| Select from list / Delimiter | Optional | Not available | Select delimiter.
|
|
| Enter directly / Delimiter | Optional | Available | Input one delimiter. |
|
| Enter character code / Delimiter | Optional | Available | Enter character code.
Character code input is converted to encode specified in [Encoding]. Input with Octal (prefix "0" <the number zero>), decimal (no prefix), hexadecimal (prefix "0x" <the alphabet X and the number zero> or "#") is available. If padding is composed of multiple bytes, input with being separated by commas.Ex.: 0x10, 0x13 |
|
| Column list | Optional | - | Specify the column.
Each column can be operated with the following buttons.
|
|
| Column list/Column name | Required | Available | Input the name of the column.
You can set the first row of the file specified in [File] of property action of [Update column list] as the column name. |
| Item name | Description | Remarks |
|---|---|---|
| Preview | Start the previewer, display the contents of the file specified in [File]. |
|
| Update column list | Set the first line of the file specified in [File] as the column name. |
|
| Get column name from the first row | Select the file in the file Selectr and set the first line of the file as the column name. | |
| Get column count | Select the file in the file Selectr and set the number of columns of the file as the number of columns of the column name. |
| Item name | Required / Optional | Use of Variables | Description | Remarks |
|---|---|---|---|---|
| Encoding | Required | Available | Select or input read file encode.
Use only the canonical name supported by Java SE Runtime Environment 8 when specifying the encoding directly in the field. Refer to "Supported Encodings"(http://docs.oracle.com/javase/8/docs/technotes/guides/intl/encoding.doc.html) for details.
|
|
| Do not read the first line as a value | Optional | Not available | Select whether to treat the first line of the specified file as the data.
|
| Item name | Required/Optional | Use of variables | Description | Remarks |
|---|---|---|---|---|
| Enable multi-thread processing setting | Optional | Not available | Specify whether or not to perform multi-thread processing if the component receiving the result data supports it.
|
|
| Item name | Required / Optional | Use of Variables | Description | Remarks |
|---|---|---|---|---|
| Mass data processing | Required | Not available | Select a 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. |
See "Schema of Table Model" for details regarding schema structure.
See "Edit Schema for any details.
For details on PSP, refer to "Parallel Stream Processing".
| Component variable name | Description | Remarks |
|---|---|---|
| count | Return the number of lines of read data. |
|
| filePath | Return file path of read file. |
|
| 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 | Returns the error type when error occurred. |
|
| error_message | Return the error message when error occurred. |
|
| error_trace | Return trace information when error occurred. |
|
| Data value | Notation |
|---|---|
| 1,000 yen | "1,000 yen" |
| AB (newline) CD | "AB (newline) CD" |
| He says "I,m fine" | "He says" "I,m fine" "" |
| Exception name | Causes | Solution |
|---|---|---|
| InvalidPropertyConfigurationException
Property name is not specified. |
[<Property name>] is not specified. | Specify the [<Property name>] |
| InvalidPropertyConfigurationException
Invalid delimiter is specified. |
Invalid character is input in [Delimiter] | Input valid character in [Delimiter]. |
| FileIsDirectoryException | Path input in [File] is directory. | Input file path in [File] . |
| java.io.FileNotFoundException | File specified in [File] does not exist. | Check [File]. |
| java.io.UnsupportedEncodingException | Encodings that are not supported in [Encoding] are specified. | Specify an encoding that is supported in Java SE Runtime Environment 8.
Refer to "Supported Encodings"(http://docs.oracle.com/javase/8/docs/technotes/guides/intl/encoding.doc.html) for details. |