Item name | Required/Optional | Use of variables | Description | Remarks |
---|---|---|---|---|
Name | Required | Not available | Enter the name on the script canvas. | |
Input data | Required | Not available | Select a component on the script campus. |
Item name | Required/Optional | Use of variables | Description | Remarks |
---|---|---|---|---|
File path | Required | Available | Enter the Excel file path.
You can click [Browse] button to launch file chooser and find the file. |
|
Sheet name | Required | Available | Select or enter the sheet name. |
|
Column list | Required | - | Specify the column.
Each row can be operated with the following buttons.
|
|
Column list/Write target | Required | Not available | Select whether to write in this column. | |
Column list/Columns | Required | Available | Specify by entering the column to be written. |
|
Column list/Heading | Optional | Not available | Enter the heading of the column. |
|
Column list/Type | Required | Not available |
Select a type of [Columns].
|
|
Column list/Number settings | Required | Not available | Select the setting method of the number format.
|
|
Column list/Number | Optional | Available | Select or enter the number format set to the write target cell. | |
Specify format/comment in Mapper to write | Optional | Not available | Select whether or not to set elements for writing format/comment in input schema.
|
|
Item name | Description | Remarks |
---|---|---|
Get sheet name list | Get sheet names from the file specified in [File path]. |
|
Get the column list | Gets the column information from [Sheet name] of the file specified in [File path] and sets to [Column list]. |
|
Item name | Required/Optional | Use of variables | Description | Remarks |
---|---|---|---|---|
Enable start condition settings | Optional | Not available | Select whether or not to enable start condition settings.
|
|
Start condition | Optional | - | Specifies the start condition for writing.
Each row can be operated with the following buttons.
|
|
Start condition/Column(Heading) | Required | Not available | Select or enter the [Columns] in which write start condition is to be checked. |
|
Start condition/Row number | Required | Available | Enter the row number in which start condition is to be checked.
|
|
Start condition/Condition value | Required | Available | Enter the condition value of write start condition.
|
|
Rule for multiple conditions | Required | Not available |
Select the rule for determination of condition when multiple [Start condition] are set.
|
|
Number of rows to skip to start writing | Optional | Available | Specify the number of rows to skip from the starting row of writing set in [Start condition], to the row actually to start writing. |
|
Item name | Required/Optional | Use of variables | Description | Remarks |
---|---|---|---|---|
Write heading in the first row | Optional | Not available | Select whether to write or not the heading in the first row from where the writing is started.
|
|
Overwrite | Optional | Not available | Select whether or not to overwrite when data exists in the specified file.
|
|
Insert | Optional | Not available | Select whether or not to insert data.
|
|
Delete target sheet | Optional | Not available | Select whether or not to delete the specified sheet before writing data to the specified file.
|
|
Position where you add a sheet | Required | Not available | When you create a sheet, select the position where you add it.
|
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. |
<?xml version="1.0" encoding="UTF-8"?> <table> <row> <column> <format></format> </column> <column> <format></format> </column> : </row> <row> : </row> : </table>
Element name | Attribute name | Description | Remarks |
---|---|---|---|
table | - | ||
row | - | ||
column | - | Shows the value to be written in the cell. |
|
format | - | Shows the format/comment to be written in the cell. |
|
Component variable name | Description | Remarks |
---|---|---|
count | Stores the number of written data. |
|
filePath | The file path is stored. |
|
message_category | When an error occurs, the category of the message code corresponding to the occurred error is stored. |
|
message_code | When an error occurs, the code of the message code corresponding to the occurred error is stored. |
|
message_level | When an error occurs, the severity of the message code corresponding to the occurred error is stored. |
|
error_type | When an error occurs, the type of occurred error will be stored. |
|
error_message | When an error occurs, the message of occurred error will be stored. |
|
error_trace | When an error occurs, the trace information of occurred error will be stored. |
|
Exception Name | Causes | Solution |
---|---|---|
InputDataNotFoundException | [Input data] is not specified. | Specify [Input data] or draw data flow. |
ToFormatException | A value entered in format element of input schema is invalid. | Input a value output from "Generate Excel Format" logic in Mapper, or do not input any value if not necessary. |
javax.json.JsonException | ||
InvalidPropertyConfigurationException
<Property name> is not specified. |
[<Property name>]is not specified. | Specify [<property name>]. |
FileIsDirectoryException | The path entered in [File path] is a directory. | Enter a file path in [File path]. |
org.apache.poi.openxml4j.exceptions.OLE2NotOfficeXmlFileException | A password to open is set in the Excel file specified in [File path]. | Enter an Excel file in which a password to open is not set in [File path]. |
org.apache.poi.openxml4j.exceptions.NotOfficeXmlFileException | The Excel file specified in [File path] is in invalid state. |
Check the following.
|
org.apache.poi.EmptyFileException | ||
org.apache.poi.openxml4j.exceptions.InvalidFormatException | ||
FileIsLockedException | The file specified in [File path] is locked. | Perform unlock from explorer or CLI. |
java.io.FileNotFoundException
Another processing is in use. |
The file specified in the [File path] is being used by another process. | Check whether this is used in other process. |
SheetAlreadyExistsException
The specified sheet already exists. |
The sheet specified in [Sheet name] already exists. | Change the sheet name of [Sheet name], or check [Overwrite] of [Write settings]. |
CannotStartException
Could not start the operation as the start condition does not match. |
Could not start the operation as the start condition does not match. | Check the setting of [Start condition settings]. |
InvalidPropertyConfigurationException
The column number exceeds the range.[<column number>] |
The column number specified in [Column list/Columns] exceeds the maximum value. | Check values of [Column list/Columns]. |