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 | Enter the path of the Excel file.
Click [Browse] button to activate the file Selectr and Select the file. |
|
| Sheet name | Optional | Available | Select or input Sheet of Excel file specified in [File]. |
|
| Column list | Optional | - | Specify the column.
Each column can be operated with the following buttons.
|
|
| Column list / Column name | Required | Available | Input column name. | |
| Column list / Type | Required | Not available | Select [Column name] type.
|
| Item name | Description | Remarks |
|---|---|---|
| Start Excel Wizard | Start Excel wizard with file specified at [File].
For information on setting, please refer to "Excel Write Wizard".
|
|
| Update column list | Get column name and type value from the first line of file specified in [File], and set in [Column list]. |
|
| Item name | Required / Optional | Use of Variables | Description | Remarks |
|---|---|---|---|---|
| Specify reading starting condition | Optional | Not available | Select whether to specify a condition to start reading.
|
|
| Starting condition | Optional | Not available | Specify the condition to start reading.
|
|
| Match string | Optional | Available | Enter the matching string as the condition to start reading. |
|
| Cell address | Optional | Available | Enter the cell address as the condition to start reading. Example: A1 |
|
| Specify reading end condition | Optional | Not available | Select whether to specify a condition to end reading.
|
|
| End condition | Optional | - | Specify the condition to end reading.
Each column can be operated with the following buttons.
|
|
| End condition / Column name | Required | Not available | Select the column name to check [end reading condition]. | |
| End condition / Row number | Optional | Available | Enter the row number to check the end reading condition.
If [(Not specified)] is select, all the rows are checked for end reading condition. |
|
| End condition / Condition value | Optional | Available | Enter the
If [(Not specified)] is selected, regardless of the value of the cell, the row specified in [Row number] is the row to end reading. |
|
| End condition / And/Or | Required | Not available | Select the logical operator of [Condition value] .
|
| Item name | Required / Optional | Use of Variables | Description | Remarks |
|---|---|---|---|---|
| Do not get first row as a value | Optional | Not available | Select whether to treat the first line of the specified file as the data.
|
|
| Read formula of the cell | Optional | Not available | Select whether to read the formula in the cell as data.
|
|
| 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.
For any details, please refer to the 'Editing Schema'
Mass data processing cannot be performed when the file specified in [File] is Excel 2007 workbook.
For details on PSP, refer to "Parallel Stream Processing".
| Component variable name | Description | Remarks |
|---|---|---|
| count | Stores the count of the data. |
|
| filePath | Return file path. |
|
| 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. |
|
| Row Number | Column 1 | Column 2 | Column 3 | Column 4 |
|---|---|---|---|---|
| 1 | AAA | BBB | CCC | DDD |
| 2 | EEE | FFF | GGG | HHH |
| 3 | III | JJJ | KKK | LLL |
| 4 | AAA | BBB | CCC | DDD |
| 5 | EEE | FFF | GGG | HHH |
| 6 | III | JJJ | KKK | LLL |
| Column Name | Row Number | Condition | And/Or |
|---|---|---|---|
| Column 1 | [(Not specified)] | EEE | [AND] |
| Column 2 | [(Not specified)] | FFF | [AND] |
| Column Name | Row Number | Condition | And/Or |
|---|---|---|---|
| Column 1 | 2 | EEE | [AND] |
| Column 2 | 5 | FFF | [AND] |
| Column Name | Row Number | Condition | And/Or |
|---|---|---|---|
| Column 1 | 2 | [(Not specified)] | [AND] |
| Column 2 | 7 | [(Not specified)] | [AND] |
| Column Name | Row Number | Condition | And/Or |
|---|---|---|---|
| Column 1 | 4 | [(Not specified)] | [AND] |
| Column 2 | [(Not specified)] | FFF | [AND] |
| The result of the formula (Number of decimal places) |
Reading | How to Read |
|---|---|---|
| 1234567890123456.123 (2 digits) |
1234567890123460 | Round digit value beyond valid decimal places. |
| 1234567890.1234567 (10 digits) |
1234567890.12346 | Round digit value beyond valid decimal places. |
| 12345.123 (2 digits) |
12345.12 | Round digits beyond 'number of decimal places'. |
| The result of the formula | Reading | How to Read |
|---|---|---|
| 1234567890123456.123 | 1234567890123460 | Round digit value beyond valid decimal places. |
| 1234567890.1234567 | 1234567890.12346 | Round digit value beyond valid decimal places. |
| 1.12345678944 | 1.123456789 | Round the 10th decimal digit |
| 0.0001234567894444 | 0.000123456789 | treat 9-digit from the first non-zero digit as the valid digit, and round the 10th decimal digit. |
| A | B | |
|---|---|---|
| 1 | April 1, 2005 (Date) | Yamada (string) |
| 2 | 1800 (number) | Suzuki (string) |
| Exception name | Causes | Solution |
|---|---|---|
| InvalidPropertyConfigurationException
<Property name> is not specified. |
[<Property name>] is not specified. | Specify [<Property name>]. |
| FileIsDirectoryException | Path input in [File] is directory. | Input file path in [File]. |
| InvalidStartCellAddressException: Starting cell address you specified is invalid |
[Cell address] invalid address entered in the cell. | Check [Cell address] and enter correct cell. |
| java.io.FileNotFoundException | Please check [File]. | Please check [File]. |
| jxl.read.biff.PasswordException | Excel book specified in [File] is set with read password. | Please input Excel book whose read password is not set in [File] |
| jxl.read.biff.BiffException
Unable to recognize OLE stream |
Excel book specified in [File] is not correct. | Check the following.
|
| jxl.read.biff.BiffException
The file format is corrupt |
The Excel book specified in [File] may be damaged. | Check the following.
|
| ZipEntryBrokenException: Working ZIP files entries are corrupt. |
Excel book specified in [File] is not correct. | Check the following.
|
| ZipEntryNotFoundException: Entry of specified name didn't exist in zip file. |
Excel 2013/2010/2007 book specified in [File] is set with a read password or is not correct. | Please confirm if the Excel 2013/2010/2007 book specified in [File] is set with a read password or not, or if the file is damaged or not. |