Writing
Operation name
Writing
Function overview
Writes the input data to the specified spreadsheet on Google Drive.
Data model
The data model of this component is table model 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 |
---|---|---|---|---|
Connect To |
Required |
Not available |
Select a connection resource.
|
|
Folder Path |
Optional |
Available |
Select or enter an absolute path of a folder on Google Drive which starts with slash "/". |
|
File Name |
Required |
Available |
Enter the file name of the spreadsheet. |
|
Sheet Name |
Optional |
Available |
Select or enter the sheet name of the spreadsheet specified in File Name. |
|
Columns |
Optional |
|
Specify column name for each column. Each column can be operated with the following buttons:
|
|
Columns/Column Name |
Optional |
Available |
Specify a column name for each column. |
|
Property actions
Item name |
Description |
Remarks |
---|---|---|
Refresh folder path list |
Get folder paths in the specified destination and set them to Folder path. |
|
Refresh file list |
Get file names in the specified folder path and set them to File name. |
|
Refresh sheet list |
Get sheet names from the specified file and set them to Sheet name. |
|
Refresh columns |
Retrieve the column names from the first row values of the specified spreadsheet and set them to Columns. |
|
Setting Of Writing
Item name |
Required/Optional |
Use of variables |
Description |
Remarks |
---|---|---|---|---|
Insert To The First Row |
Optional |
Not available |
Select whether to insert column names into the first row of the specified spreadsheet.
|
|
Overwrite |
Optional |
Not available |
Select whether to overwrite if the specified spreadsheet already exists.
|
|
Deletion Of Target Sheet |
Optional |
Not available |
Select whether to delete the specified sheet before writing data to the specified spreadsheet.
|
Note
|
Specify Start Cell Position To Write |
Optional |
Not available |
Select whether to specify the start position for the write operation.
|
|
Specified Condition To Start Writing |
Optional |
Not available |
Select the condition for the cell where the write operation begin with.
|
|
Cell Address To Start |
Optional |
Available |
Enter the cell address as the condition to start writing. |
|
Start Cell Value |
Optional |
Available |
Enter the value of the cell used as the condition to start writing. |
|
Specify Batch Size To Write |
Optional |
Not available |
Select whether to specify the number of rows to be written in a batch.
|
|
Batch Size Of Writing (Rows) |
Required |
Available |
Enter the number of rows to be written in a batch. |
|
Comment
Item name |
Required/Optional |
Use of variables |
Description |
Remarks |
---|---|---|---|---|
Comment |
Optional |
Not available |
You can write a short description of this connector. |
|
Schemas
Input schema
The number of columns varies depending on the Columns settings.
For schema structure, refer to XML Framework.
Output schema
None.
Loading schema in Mapper
The schema is loaded automatically.
For details, refer to Edit Schema.
Transaction
Transaction isn't supported.
Parallel Stream Processing
PSP is supported.
For details on PSP, refer to Parallel Stream Processing.
Available component variables
Component variable name |
Description |
Remarks |
---|---|---|
count |
The number of rows written is returned. |
|
folderPath |
The folder path to the spreadsheet to which the data is written is returned. |
|
fileName |
The file name of the spreadsheet to which the data is written is returned. |
|
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 |
---|---|---|---|