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. | |
| Input data | Required | Not available | Select the component on the script canvas. |
| Item name | Required/Optional | Use of Variables | Description | Remarks |
|---|---|---|---|---|
| Connect To | Required | Not available | Select Global Resources.
|
|
| 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 name of the spreadsheet. |
|
| Sheet Name | Optional | Available | Select or input the sheet name of the spreadsheet file 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 column name for each column. |
| Item name | Description | Remarks |
|---|---|---|
| Refresh folder path list | Gets folder path in the specified destination and set to [Folder path]. |
|
| Refresh file list | Gets file name in the specified folder path and set to [File name]. |
|
| Refresh sheet list | Gets sheet name from the specified file and set to [Sheet name]. |
|
| Refresh columns | Retrieves the column name from the value of the 1st row of the specified spreadsheet and set to the [Columns]. |
|
| Item name | Required/Optional | Use of Variables | Description | Remarks |
|---|---|---|---|---|
| Insert To The First Row | Optional | Not available | Select whether to insert the name of the column in the first row of the spreadsheet specified.
|
|
| Overwrite | Optional | Not available | Select whether to overwrite if the spreadsheet specified already exists.
|
|
| Deletion Of Target Sheet | Optional | Not available | Select whether to delete the specified sheet before writing data to the specified spreadsheet.
|
|
| 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 read operation begin with.
|
|
| Cell Address To Start | Optional | Available | Enter the cell address as the condition to start writing. Example: A1 |
|
| Start Cell Value | Optional | Available | Enter the value of the cell used as criteria for the writer operation to begin at. |
|
| Specify Batch Size To Writing | Optional | Not available | Select whether to specify the number of rows at each batch.
|
|
| Batch Size Of Writing (Rows) | Required | Available | Enter the number of rows to be written in a batch. |
|
| 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 .
See "Edit Schema" for any details .
For details on PSP, refer to "Parallel Stream Processing".
| Component variable name | Description | Remarks |
|---|---|---|
| count | Returns the number of rows written. |
|
| folderPath | Returns the folder path to the spreadsheet to which the data is written. |
|
| fileName | Returns the name of the spreadsheet to which the data is written. |
|
| message_category | Stores the category to which corresponding message code belongs to, when an error occurs. |
|
| message_code | Stores its corresponding message code, when an error occurs. |
|
| message_level | Stores the severity of the corresponding message code, when an error occurs. |
|
| error_type | Stores the type of the error for the occured error. |
|
| error_message | Stores error message for the occured error. |
|
| error_trace | Stores stack trace of the occurred error. |
|
| Exception name | Causes | Solution |
|---|---|---|
| InputDataNotFoundException | [Input data] is not specified. | Specify the [Input data], or draw the data flow. |
| ResourceNotFoundException Resource definition could not be found.Name: [] |
[Connect To] is not specified. | Please specify [Connect To]. |
| ResourceNotFoundException Resource definition could not be found.Name: [<name of Global Resources>] |
Resource definition selected in [Connect To] is not found. | Please check the global resource specified in [Connect To]. |
| InvalidPropertyConfigurationException <Property name> is not specified. |
[<Property name>] is not specified. | Specify the [<Property name>]. |
| InvalidFolderPathException | The folder path specified in the [Folder Path] is invalid. | Please check [Folder Path]. |
| SpreadsheetAlreadyExistedException | The spreadsheet specified in the [File Name] exists. | Either modify the [File Name] or check the [Overwrite] defined in the [Setting Of Writing]. |
| InvalidCellAddressException The cell address specified is invalid. Cell address:[<Cell Address>] |
[Cell Address To Start] invalid address entered in the cell. | [Cell Address To Start] address please check the correct cell. |
| WorksheetUpdateFailedException Failed to set the row/column number for the target spreadsheet. Sheet name:[<sheet name>] column number:[<column number>] row number:[<row number>] |
Failed to set the row/column number for the target spreadsheet. The spreadsheet could be modified by other operations while executing. | Confirm that there are not other operations which modified the spreadsheet at the same time this operation executed. |
| WorksheetDeleteFailedException Failed to delete the worksheet. Sheet name:[<sheet name>] temporary sheet name:[<temporary sheet name>] |
Failed to delete the worksheet. The spreadsheet could be modified by other operations while executing. | Confirm that there are not other operations which modified the spreadsheet at the same time this operation executed. And temporary sheet [<sheet name>] may remain in the spreadsheet. |
| BatchFailedException | Error occurred during while writing data to the spreadsheet. | Please check the error message and resolve the problem. | AccessDeniedException | Access to a spreadsheet was denied. | Please check the sharing settings for the write target spreadsheet. |
| RequestRateLimitExceededException | Exceeded the limit on the number of Google API invocation allowed concurrently. | Reduce the number of the concurrent invocation. |
If new format of "form" is used, responses can be operated within this adapter by specifying spreadsheet to response destination.