Item name |
Required/Optional |
Use of variables |
Description |
Remarks |
Destination |
Required |
Not available |
Select a global resource.
For details about how to configure global resource, refer to “Global Resource Properties”.
- [Add]:
Add a new global resource.
- [Edit list]:
Global resource settings can be edited in “Edit resource list” screen.
|
|
Search query |
Optional |
Available |
Enter query string of conditions to get records. |
For more details on query string, refer to “Operators and functions for the query parameter” of kintone API Docs (https://developer.kintone.io/hc/en-us/articles/213149287/).
To use offset in query string, remove the check from [Enable paging].
|
Field list |
Required |
- |
Specify fields. |
|
Field list/Target |
Optional |
Not available |
Select whether or not to include each field in targets.
- [Checked]:
Include in targets.
- [Not checked]: (default)
Do not include in targets.
|
One or more columns should be checked.
The checked column names will be displayed in Mapper schema.
Batch operation can be performed by clicking the checkbox displayed in the header.
|
Field list/Field name |
Optional |
Not available |
Field name is displayed. |
|
Field list/Field code |
Optional |
Not available |
Field code is displayed. |
|
Field list/Field type |
Optional |
Not available |
Field type is displayed. |
|
Field list/Subtable |
Optional |
Not available |
When a field is included in subtable, the field code of the subtable is displayed.
|
|
Item name |
Required/Optional |
Use of variables |
Description |
Remarks |
Download attachment |
Optional |
Not available |
Select whether or not to download attachments.
- [Checked]:
Attachments will be downloaded.
- [Not checked]: (default)
Attachments will not be downloaded.
|
|
Output method for attachment |
Optional |
Not available |
Select output method for attachment.
- [Data (Base64)]: (default)
Output the contents of attachments to the result data in Base64 format.
- [File]:
Get attachments as file.
|
- Enabled when [Download attachment] is checked.
|
Download directory |
Required |
Available |
Select or enter the directory where to download attachments.
You can click [Browse] button to launch the directory chooser and find the directory.
The paths of downloaded attachments will be [Download directory]/<record ID>/<field code>/<file key>/<attached file name>.
|
- Enabled when [File] is selected in [Output method for attachment].
Specify the file path as an absolute path of DataSpider File System.
Except for the path separator "/”, restricted characters of DataSpider File System cannot be used.
|
Component variable name |
Description |
Remarks |
count |
The number of read records is stored. |
|
message_category |
When an error occurs, the corresponding message code's category is stored. |
|
message_code |
When an error occurs, the corresponding message code is stored. |
|
message_level |
When an error occurs, the corresponding message code's severity is stored. |
|
error_type |
When an error occurs, the error type is stored. |
- Default value is null.
- The error type will be in the following format.
Example: “java.io.FileNotFoundException”
The contents that will be stored may vary depending on DataSpider Servista versions.
|
error_message |
When an error occurs, the error message is stored. |
- Default value is null.
The contents that will be stored may vary depending on DataSpider Servista versions.
|
error_trace |
When an error occurs, the error's trace information is stored. |
- Default value is null.
The contents that will be stored may vary depending on DataSpider Servista versions and client applications.
|
Exception name |
Cause |
Solution |
ResourceNotFoundException Resource definition is not found. Name: [] |
[Destination] is not specified. |
Specify [Destination]. |
ResourceNotFoundException Resource definition is not found. Name: [<global resource name>] |
The resource definition specified in [Destination] is not found. |
Check the global resource specified in [Destination]. |
InvalidPropertyConfigurationException
<property name> is not specified. |
[<property name>] is not specified. |
Specify [<property name>]. |
KintoneResponseStatusException
<status code><contents of status code>
<contents of error> |
An error occurred during kintone processing. |
Check the settings according to the error message. |
org.apache.http.client.ClientProtocolException |
[Subdomain name] is invalid. |
Check [Subdomain name] of [Destination]. |