Category | Description |
---|---|
Basic | Category where adapters such as Validate and Assertion belong. |
Database | Category where adapters to connect to databases such as RDB and XMLDB belong. |
File | Category where adapters to handle files like CSV and XML belong. |
Application | Category where adapters to connect to applications such as BI tools, group wares, and ERP packages belong. |
Network | Category where adapters to connect to network services such as Mail and FTP belong. |
Directory service | Category where adapters to use directory services belong. |
Cloud | Category where adapters to connect to cloud services belong. |
Converter name | Name | Operation name | Category |
---|---|---|---|
Mapper | Variable Mapper | Assign Variables | Basic/Processing |
Document Mapper | Mapping | Conversion/Basic | |
Merge Mapper | Merge | Conversion/Basic | |
Character | Character Converter | Convert CP932 to SJIS | Conversion/Character |
Convert SJIS to CP932 | Conversion/Character | ||
Ignore Invalid Char Filter | Remove Invalid XML Characters | Conversion/Character | |
XSLT | Convert XSLT Structure | Conversion/XSLT |
Sub category | Description |
---|---|
Processing | Launch External Application, Wait, etc. |
Flow | Loop, Monitor Exception, etc. |
Others | Group, Memo, etc. |
Name | Scope | Description | Value modification in script | Usage | Example | Remarks |
---|---|---|---|---|---|---|
Script variables | Script | Variables to use in script. Users can create and add arbitrarily. |
Yes (Using Variable Mapper) |
${ScriptVariableName} | ${var} |
|
Component variables | Script | Variables predefined in advance for components.
You can get an error occurred in component, the number of processed data, etc. |
No (Assigned automatically when executing component) |
${ComponentName.ComponentVariableName} | ${csv_read.count} |
|
Environment variables | DataSpiderServer | Variables that are available in the DataSpiderServer. Users can create and add arbitrarily. |
No | %{EnvironmentVariableName} | %{DB_HOST} |
|
Trigger variables | Trigger | Variables predefined in advance for 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... (omitted) --- |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|***************************************************************** |
Icon | Description | Remarks |
---|---|---|
![]() |
It means that the project/script has been modified. |
|
![]() |
It means that the script is being edited (the contents are displayed) in script canvas. | |
![]() |
It means that the project/script is being loaded. | |
![]() |
It means that the script is locked. |
|
sampleDataA,100 sampleDataB,200 sampleDataC,300 |