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. |
| Item name | Required/Optional | Use of variables | Description | Remarks |
|---|---|---|---|---|
| File | Required | Available | Enter the Excel file path.
You can click [Browse] button to launch file chooser and find the file. |
|
| Range name | Required | Available | Select or enter the named range of the Excel file specified in [File]. |
|
| Column list | Optional | - | Specify columns.
Each column can be operated with the following buttons.
|
|
| Column list/Column name | Required | Available | Enter the column name.
The first row of the file specified in [File] can be set as column names using [Update column list] property action. |
|
| Column list/Type | Required | Not available | Select the type of [Column name].
|
| Item name | Description | Remarks |
|---|---|---|
| Update column list | Get column names and types from the first row values of the file specified in [File] and set them in [Column list]. |
|
| Item name | Required/Optional | Use of variables | Description | Remarks |
|---|---|---|---|---|
| Do not get first row as value | Optional | Not available | Select whether or not to handle the first row of the specified file as data.
|
|
| Read cell formula | Optional | Not available | Select whether or not to read cell formula as data.
|
|
| 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. |
Refer to “Schema of table model type” for more details.
Refer to “Edit Schema” for more details.
When the file specified in [File] is an Excel workbook, mass data processing cannot be performed.
Refer to “Parallel Stream Processing” for more details.
| Component variable name | Description | Remarks |
|---|---|---|
| count | The number of read data is stored. |
|
| filePath | The file path is stored. |
|
| 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. |
|
| Result value of formula (Number of decimal places) |
Read value | Read method |
|---|---|---|
| 1234567890123456.123 (2 digits) |
1234567890123460 | Round off the digits that exceed the number of significant digits |
| 1234567890.1234567 (10 digits) |
1234567890.12346 | Round off the digits that exceed the number of significant digits |
| 12345.123 (2 digits) |
12345.12 | Round off the digits that exceed the specified number of decimal places |
| Result value of formula | Read value | Read method |
|---|---|---|
| 1234567890123456.123 | 1234567890123460 | Round off the digits that exceed the number of significant digits |
| 1234567890.1234567 | 1234567890.12346 | Round off the digits that exceed the number of significant digits |
| 1.12345678944 | 1.123456789 | Round off the decimal places to 9 digits. |
| 0.0001234567894444 | 0.000123456789 | The 9 digits from the first non-zero digit will be counted as significant digits, and the value will be rounded off to 9 decimal places |
| Exception name | Cause | Solution |
|---|---|---|
| InvalidPropertyConfigurationException
<property name> is not specified. |
[<property name>] is not specified. | Specify [<property name>]. |
| FileIsDirectoryException | The path entered in [File] is directory. | Enter a file path in [File]. |
| NoDefinitionAreaException | [Range name] is not specified or does not exist. | Check [Range name]. |
| java.io.FileNotFoundException | The file specified in [File] does not exist. | Check [File]. |
| jxl.read.biff.PasswordException | Password to open is set in the Excel 2003 workbook specified in [File]. | Enter an Excel 2003 workbook in which a password to open is not set in [File]. |
| jxl.read.biff.BiffException
Unable to recognize OLE stream |
The Excel 2003 workbook specified in [File] is in an invalid state. | Check the following.
|
| jxl.read.biff.BiffException
The file format is corrupt |
The Excel 2003 workbook specified in [File] might be corrupted. | Check the following.
|
| ZipEntryBrokenException: The entry of the operating ZIP file is broken. |
The Excel workbook specified in [File] is in an invalid state. | Check the following.
|
| ZipEntryNotFoundException: Entry of the specified name does not exist in the zip file |
The Excel workbook specified in [File] is protected with password to open or is in an invalid state. | Check whether password to open is set to the Excel workbook specified in [File], and whether the file is corrupted. |