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 the component 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 enter the Sheet of Excel file specified in [File]. |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Column list | Optional | - | The column name for each column.
Each column can be operated with the following buttons.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Column list / Column name | Required | Available | Enter a column name for each column. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Column list / Style | Required | Not available | Select whether to write the type/format information.
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Column list / Type | Required | Not available | Select [Column name] type.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Column list / Format | Optional | Available | Enter or select the format for each type.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Specify format/comment in Mapper to write | Optional | Not available | Select whether to set the element for writing format/comment to input schema.
|
|
Item name | Description | Remarks |
---|---|---|
Start Excel Wizard | Start Excel wizard with file specified at [File].
![]() |
|
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 |
---|---|---|---|---|
Insert column name in the first row | Optional | Not available | Select whether to insert column names to the 1st line in specified file.
|
|
Overwrite | Optional | Not available | Select whether to overwrite if specified file has data.
|
|
Insert | Optional | Not available | Select whether to insert data when writing data to the specified file.
|
|
Delete target sheet | Optional | Not available | Select whether you want to delete the specified sheet before writing data to the specified file.
|
|
Specify writing position | Optional | Not available | Select whether you want to start position for writing.
|
|
Specified conditions of cell that starts writing | Optional | Not available | Select the cell to start writing the specified criteria.
|
|
Starting cell address | Optional | Available | Enter the cell address as the condition to start reading. Example: A1 |
|
The value of the starting cell | Optional | Available | Enter a condition to start writing the cell. |
|
Item name | Required / Optional | Use of Variables | Description | Remarks |
---|---|---|---|---|
Execute transaction processing | Optional | Not available | Select whether to perform transaction processing.
![]() |
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 write to the cell. |
|
format | - | Shows the formats/comments writing to the cell. |
|
Component variable name | Description | Remarks |
---|---|---|
count | Stores the count of the data. |
|
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. |
|
Format | Example |
---|---|
yyyy-MM-dd'T'HH:mm:ss.SSSZZ | 2007-05-10T15:32:12.708+0900 |
yyyy-MM-dd'T'HH:mm:ss.SSS | 2007-05-10T15:32:12.708 |
yyyy-MM-dd'T'HH:mm:ssZZ | 2007-05-10T15:32:12+0900 |
yyyy-MM-dd'T'HH:mm:ss | 2007-05-10T15:32:12 |
yyyy-MM-dd'T'HH:mm | 2007-05-10T15:32 |
yyyy-MM | 2007-05 |
yyyy/M/d K:m a | 2007/5/10 3:32 PM |
yyyy/M/d H:m:s | 2007/05/10 15:32:12 |
yyyy/M/d H:m | 2007/05/10 15:32 |
yyyy/M/d | 2007/05/10 |
The type of date format | Example | Remarks |
---|---|---|
[$-411]ge.m.d;@ | h13.3.14 | |
[$-409]yyyy/m/d h:mm AM/PM;@ | 13/3/14 1:30 PM | If the cell contains any data, it can be written as a date. |
Exception name | Causes | Solution |
---|---|---|
InputDataNotFoundException | [Input data] is not specified. | Specify the [Input data],or draw the data flow. |
InputDataReadException Failed to read format from input data. |
The value specified at format element of input schema is invalid. | Input the value output from "Generate Excel Format" logic in Mapper, or do not enter any value at all if not necessary. |
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]. |
FileAlreadyExistedException | File specified in [File] already exists . | Put check in change file name of [File], or [Overwrite] of [Write settings]. |
IllegalFormatException | [Column list] specified in [Type] for [Format] is invalid. | Please check the type of formats. |
ColumnIndexOutofBoundsException | [Column list] is an exception that occurs when you attempt to write a column or columns specified by number. | Please check the number of columns of the original number of columns and input columns list. |
InvalidStartCellAddressException: Starting cell address you specified is invalid |
[Starting cell address] invalid address entered in the cell. | [Starting cell address] address please check the correct cell. |
IllegalTargetWorkbookException | The workbook is specified is not writable. | See other programs that may be corrupted or the format of the book. |
FileIsLockedException | File specified in [File] is locked. | Please go to Windows Explorer or CLI to unlock. |
java.io.FileNotFoundException
Another processing is in use. |
File specified in [File] is being used by another process. | Please check whether it is used by other processing. |
jxl.read.biff.PasswordException | Excel 2003 workbook specified in [File] is set with read password | Please input Excel 2003 workbook whose read password is not set in [File] |
jxl.write.biff.RowsExceededException | [Starting cell address] is greater than the maximum specified line number. | [Starting cell address] Please check the value. |
jxl.read.biff.BiffException
Unable to recognize OLE stream |
Excel 2003 workbook specified in [File] is not correct. | Check the following.
|
jxl.read.biff.BiffException
The file format is corrupt |
The Excel 2003 workbook specified in [File] may be damaged. | Check the following.
|
jxl.read.biff.BiffException
The input file was not found |
Excel 2003 workbook specified in [File] is not correct. | Check the following.
|
ZipEntryBrokenException: Working ZIP files entries are corrupt. |
Excel workbook specified in [File] is not correct. | Check the following.
|
ZipEntryNotFoundException: Entry of specified name didn't exist in zip file. |
Excel workbook specified in [File] is set with a read password or is not correct. | Please confirm if the Excel workbook specified in [File] is set with a read password or not, or if the file is damaged or not. |