Category | Description |
---|---|
Basic | A category to which Validation and Assertion adapters belong. |
Database | A category to which adapters for connecting with RDB, XMLDB, and other databases belong. |
File | A category to which adapters for handling CSV, XML and other file formats belong. |
Application | A category to which adapters that interface different kinds of applications belong. It would include BI tools, Groupware, ERP, mainframe, and etc. |
Network | A category to which adapters that perform network operations, such as Mail and FTP belong. |
Cloud | A category to which adapters that interact with various cloud services belong. |
Converter name | Name | Operation name | Category |
---|---|---|---|
Mapper | Variable Mapper | Variable Assignment | Basic Operation |
Document Mapper | Mapping | Converter/Basic | |
Merge Mapper | Merge | Converter/Basic | |
Character | Character Converter | Convert CP932 into SJIS | Converter/Character |
Convert SJIS into CP932 | Converter/Character | ||
Ignore Invalid Char Filter | Remove invalid XML characters | Converter/Character | |
XSLT | Convert XSLT Structure | Converter/XSLT |
Sub-Category | Description |
---|---|
Operation | Launch External Application operation, Wait operation, and etc. |
Flow | loop and try-catch exception handling |
Others | Grouping, Memo, and etc. |
Name | variable scope | Description | Whether the value assigned is modifiable within a script | Usage | Example | Remarks |
---|---|---|---|---|---|---|
Script variables | Script | Variables which are usable within from a script. Script variables can be arbitrary defined by user. |
Yes (Use Variable Mapper ) |
${ScriptVariableMame} | ${var} |
|
Component variables | Script | Predefined variables implicitly used by declared components.
Number of rows having being processed or errors occurred during operations can be obtained through the component variables. |
No (variables are assigned automatically) |
${ComponentName.ComponentVaribaleName} | ${csv_read.count} |
|
Environmental variables | DataSpiderServer | Environmental variables can be used system wide. Script variables can be arbitrary defined by user. |
No | %{EnvironmentalVariableName} | %{DB_HOST} |
|
Trigger variables | Trigger | Predefined variables implicitly used by triggers. | No | ${trigger.TriggerVariableName} | ${trigger.projectName} |
|
--- |INFO|
--- |INFO|***************************************************************** --- |INFO|***************************************************************** --- |INFO|*********************** DataSpider Server *********************** --- |INFO|***************************************************************** --- |INFO|***************************************************************** --- |INFO|Starting DataSpider Server... --- |INFO|Loading system. System name: [DataSpider Server] --- |INFO|System was successfully loaded. --- |INFO|Loading modules... (skip) --- |INFO|Starting service of module [ScriptRunner Container]... --- |INFO|Starting service of module [DataProcessingComponent Manager]... --- |INFO|Service of module [DataProcessingComponent Manager] was successfully started. --- |INFO|Service of module [ScriptRunner Container] was successfully started. --- |INFO|System service was successfully started. --- |NOTICE|DataSpider Server was successfully started. --- |INFO|***************************************************************** |
Icons | Description | Remarks |
---|---|---|
![]() |
Represents that the projector the script has been modified. |
|
![]() |
Represents that the script is being edited (the script content is displayed) in the Script Canvas. | |
![]() |
Represents that the project or the script is being loaded. | |
![]() |
Represents that the script is locked. |
|
sampleDataA,100 sampleDataB,200 sampleDataC,300 |