| 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} |
|
For details, please refer to End status
User accounts and groups cannot be added if no repository database is used.
only if you have not registered to the 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... (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|***************************************************************** |
Password defaults to 'password' if not specified explicitly during the installation process.
For how to change an account's password, refer to 'User Account Settings'
In the Project Explorer, different state of projects and scripts can be visibly noticed by icons change.
| 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 |
It could be also selected it the File Selectr that will appear when [Browse] button is clicked.
Process flow is shown by the black solid line.
Data flow is shown by the yellow dashed lines .
When using Debug mode, it will show the duration of individual operations that comprises the process defined in the script.
Should the server restarts or the network connectivity is compromised, while the project is being saved, it may end up being saved in an invalid state and you may not be able to be reopen it.
Further reading "Service Development"