Item name | Required/Optional | Use of Variables | Description | Remarks |
---|---|---|---|---|
Name | Required | Not available | Enter the name on the script canvas. |
Item name | Required/Optional | Use of Variables | Description | Remarks |
---|---|---|---|---|
Destination | Required | Not available | Select Global Resources.
![]()
|
|
View name | Required | Available | Select or enter a view name. |
|
Column definition | Required | - | Display the column definition of the view specified in [View name]. | |
Column definition / Column name | Required | Available | Enter [Column name]
By default, the column name is set to the specified view. |
|
Column definition / Type | Required | Not available | Select the type of the column.
By default, the column type is set to the specified view.
|
|
Column definition / Field | Required | Not available | Specify field name. |
|
Delimiter | Optional | Available | Enter the delimiter of multiple values. |
|
Destination to save attachment | Required | Available | Select or enter a directory to save HTML files in rich text and attachments.
Click [Browse] button to activate the file Selectr and Select the directory. |
|
Save each rich text document in a directory | Required | Available | Select whether you save HTML files and attachments in the directory of the same name as a universal ID or not.
|
|
Item name | Required/Optional | Use of Variables | Description | Remarks |
---|---|---|---|---|
Key | Optional | - | Specify the key.
Reads data matching the specified key. Each column can be operated with the following buttons.
|
|
Key / Key name | Required | Available | Enter the [Field name]. | |
Key / Key value | Optional | Available | Enter the field value. |
Item name | Required/Optional | Use of Variables | Description | Remarks |
---|---|---|---|---|
Mass data processing | Required | Not available | Select a data processing method.
|
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>UniversalID</column> <column>NoteID</column> <column>field data</column> : </row> <row> : </row> </table>
Component variable name | Description | Remarks |
---|---|---|
count | Returns the number of read 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 | Stores the type of the occured error. |
|
error_message | Stores the error message for the occured error. |
|
error_trace | Stores stack trace of the occurred error. |
|
[Type] | Operation | Remarks |
---|---|---|
[string] |
|
|
[datetime] |
|
|
[double] |
|
|
Type | Naming Rules | Remarks |
---|---|---|
HTML file | "richtext" +"_"+"<GID(a unique ID generated in DataSpiderServer)>"+".html" | |
Attachment of documents | "<attachment name (including an extension)>"+".html"
![]() "ID for internal recognition"+"<attachment name(including an extension)>" |
|
Image of documents | "<Universal ID of the document with an attached image>"+"-"+"GRAPHIC"+"-"+"<serial number>"+".bmp" |
|
Preview Image of OLE objects of documents | "<Universal ID of the document with an attached image>"+"-"+"GRAPHIC"+"-"+"<serial number>"+".bmp" |
|
Attachment icon image of documents | "<Universal ID of the document with an attached image>"+"-"+"PREVIEW"+"-"+"<serial number>"+"-"+"<attached file name (including an extension)>"+".bmp" |
|
Exception name | Cause | Solution |
---|---|---|
ResourceNotFoundException Resource definition could not be found.Name: [] |
[Destination] is not specified. | Specify [Destination]. |
ResourceNotFoundException Resource definition could not be found.Name: [<name of Global Resources>] |
Resource definition specified in [Destination] does not exist. | Check the global resource specified in [Destination]. |
LotusNotesException [STATUS:1028] found the index entry - The specified view, "" is not found. |
[View name] is not specified. | Specify the [View name]. |
LotusNotesException [STATUS:1028] found the index entry - View specified "<view name>" not found. |
View specified in [View name] does not exist. | Please specify a existing view in [View name]. |