| 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} |
|
Refer to "Exit Status" for more details.
When repository DB is not available, you cannot add user and group.
only in the case the server was registered as Windows service when installing DataSpiderServer).
| --- |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|***************************************************************** |
If you did not set password during installation, enter the default password "password".
Refer to "User Accounts" for how to change password.
In the project explorer, states of projects and scripts are noticed with icons.
| 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 |
You can launch file chooser with [Browse] button to choose a file.
Process flow is shown in black solid line.
Data flow is shown in yellow dashed line.
When running in debug mode, elapsed time of each icon is displayed in addition to the total elapsed time.
If you restart server or the network between client and server is cut while saving a project, the project might be saved in an invalid state and it might not be able to be opened again.
For more practical concepts and functions, refer to "Service Development".