Write Specified Cell
Operation name
Write Specified Cell
Function overview
Writes input data to specified cells of an Excel file.
Data model
The data model of this component is table model type.
If Specify format/comment in Mapper to write is selected, it's XML type.
Properties
For details on use of variables, refer to Variables.
Basic settings
Item name |
Required/Optional |
Use of variables |
Description |
Remarks |
---|---|---|---|---|
Name |
Required |
Not available |
Enter a name that is used on the script canvas. |
|
Input data |
Required |
Not available |
Select a component on the script canvas. |
|
Required settings
Item name |
Required/Optional |
Use of variables |
Description |
Remarks |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
File |
Required |
Available |
Enter the Excel file path. The Browse button launches a file chooser that allows you to select a file. |
Note
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Cell settings |
Optional |
|
Specify cells to be written to. Each row can be operated with the following buttons:
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Cell settings/Sheet name |
Required |
Available |
Select or enter a sheet of the Excel file specified in File. |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Cell settings/Cell address |
Required |
Available |
Enter the cell address to be written to. Example: A1 |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Cell settings/Cell name |
Optional |
Available |
Enter a cell name for each cell. |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Cell settings/Style |
Required |
Not available |
Select whether or not to write type/format information.
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Cell settings/Type |
Required |
Not available |
Select a type of cell to be written to.
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Cell settings/Format |
Optional |
Available |
Select or enter a format for each type.
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Specify format/comment in Mapper to write |
Optional |
Not available |
Select whether or not to set elements for writing format/comment in the input schema.
|
|
Transaction
Item name |
Required/Optional |
Use of variables |
Description |
Remarks |
---|---|---|---|---|
Execute transaction processing |
Optional |
Not available |
Select whether or not to execute transaction processing.
= Remarks =
For details, refer to Transactions for the connectors in the File category. |
Comment
Item name |
Required/Optional |
Use of variables |
Description |
Remarks |
---|---|---|---|---|
Comment |
Optional |
Not available |
You can write a short description of this connector. |
|
Schemas
-
When Specify format/comment in Mapper to write isn't selected
It's table model type.
The number of columns varies depending on the settings for Cell settings.
= Remarks =For schema structure, refer to Table model type .
-
When Specify format/comment in Mapper to write is selected
It's XML type.
The schema structure is as follows:
<?xml version="1.0" encoding="UTF-8"?> <table> <row> <column> <format></format> </column> <column> <format></format> </column> : </row> </table>
Element name
Attribute name
Description
Remarks
table
-
row
-
column
-
Represents the value to be written in the cell.
-
Appears once for each row set in Cell settings.
format
-
Represents the format/comment to be written in the cell.
-
In this element, enter a string that is output from "Generate Excel Format" logic in Mapper.
-
The format selected in Cell settings/Style is overwritten with the format/comment output from "Generate Excel Format" logic.
-
Only the format/comment that is output from "Generate Excel Format" logic will be written. When format isn't written, the format selected in Cell settings/Style will be used as is.
-
When nothing is input, format/comment won't be written. The format selected in Cell settings/Style will be used as is.
-
-
Output schema
None.
Loading schema in Mapper
The schema is loaded automatically.
For details, refer to Edit Schema.
Transaction
Transaction is supported.
Transaction is enabled only when Execute transaction processing of Transaction is selected.
Parallel Stream Processing
PSP isn't supported.
Available component variables
Component variable name |
Description |
Remarks |
---|---|---|
message_category |
When an error occurs, the category of the message code corresponding to the error is stored. |
|
message_code |
When an error occurs, the code of the message code corresponding to the error is stored. |
|
message_level |
When an error occurs, the severity of the message code corresponding to the error 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 trace information for the error is stored. |
|
Message codes, exception messages, and limitations
Connector |
Message code |
Exception message |
Limitations |
---|---|---|---|