Item name |
Required/Optional |
Use of Variables |
Description |
Remarks |
Destination |
Required |
Not available |
Select Global Resources.
Refer to " Global Resource Properties "for global resource settings .
- [Add]:
Adds new global resource.
- [Edit list]:
Global resource settings can be edited by [Edit Resource list].
|
|
Definition file name |
Required |
Available |
Select or enter the definition file title name. |
- Corresponding definition file title names are listed when [Destination] is selected.
|
Download file type |
Required |
Available |
Select or enter the output type of files to download (e.g. "EXCEL", "CSV", "PDF"... ).
|
- Corresponding download file types are listed when [Definition file name] is selected.
- If you enter a value or specify a variable, please use the below values according to each file type.
File type |
Value |
CSV file |
CSV |
PDF file |
PDF |
Excel file(Excel 2007 Book) |
XLSX |
Excel file(Excel 2003/XP/2000Book) |
XLS |
List differs by version of Dr.Sum Datalizer or by definition file specified at [Definition file name].
|
Download file name |
Required |
Available |
Enter the name of the downloaded file.
Click [Browse] button to activate the file Selectr and Select the file.
|
|
Extraction criteria |
Required |
- |
Specify the extraction criteria. |
- Corresponding download file types are listed when [Definition file name] is selected.
- Schema can be edited when variables are used in [Definition file name].
- Extraction criteria values are associated with the internal IDs set in the definition file. The association corresponds with the order of criteria set in the file.
|
Extraction criteria / Required |
Required |
Not available |
Shows whether required. |
|
Extraction criteria / Title |
Required |
Not available |
Shows the title. |
- It is editable if a script variable is used for [Definition file name]. Variables are also applicable for use.
|
Extraction criteria / Evaluation |
Required |
Not available |
Shows the evaluation method. |
|
Extraction criteria / Initial value |
Optional |
Available |
Enter the initial value. |
- [Input data] is prior when [Input data] is specified.
|
Item name |
Required/Optional |
Use of Variables |
Description |
Remarks |
Column |
Optional |
- |
Select item of column to output. |
- Can not be specified when variables are used in [Definition file name].
|
Column / Item |
- |
Not available |
Shows item to output. |
|
Column / Required |
- |
Not available |
Shows whether the item is required for the output. |
|
Column / Output |
Optional |
Not available |
Select whether to output the item.
- [Checked]:
The item will be output.
- [Not Checked]:
The item will not be output.
|
- When [Required] is checked, the item is output even when [Output] is not checked.
|
Row |
Optional |
- |
Select item of column to output. |
- Can not be specified when variables are used in [Definition file name].
|
Row / Item |
- |
Not available |
Shows item to output. |
|
Row / Required |
- |
Not available |
Shows whether the item is required for the output. |
|
Row / Output |
Optional |
Not available |
Select whether to output the item.
- [Checked]:
The item will be output.
- [Not Checked]:
The item will not be output.
|
- When [Required] is checked, the item is output even when [Output] is not checked.
|
Summary |
Optional |
- |
Select item of aggregation to output. |
- Can not be specified when variables are used in [Definition file name].
|
Summary / Item |
- |
Not available |
Shows item to output. |
|
Summary / Required |
- |
Not available |
Shows whether the item is required for the output. |
|
Summary / Output |
Optional |
Not available |
Select whether to output the item.
- [Checked]:
The item will be output.
- [Not Checked]:
The item will not be output.
|
- When [Required] is checked, the item is output even when [Output] is not checked.
|
Component variable name |
Description |
Remarks |
message_category |
Stroes the category to which corresponding message code belongs to, when an error occurs. |
- The value defaults to null.
|
message_code |
Stores its corresponding message code of occured error. |
- The value defaults to null.
|
message_level |
Stores the severity of the corresponding message code of the occured error. |
- The value defaults to null.
|
error_type |
Stores the type of the occured error. |
- The value defaults to null.
- Error is represented in the format depicted below.
Example:java.io.FileNotFoundException
The message may vary depending on DataSpider Servista version.
|
error_message |
Stores the error message for the occured error. |
- The value defaults to null.
The message may vary depending on DataSpider Servista version.
|
error_trace |
Stores stack trace of the occurred error. |
- The value defaults to null.
The message may vary depending on DataSpider Servista version or the client application used.
|
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 selected in [Destination] is not found. |
Check the global resource specified in [Destination]. |
InvalidPropertyConfigurationException
<Property name> is not specified. |
[<Property name>] is not specified. |
Specify the [<Property name>]. |
DatalizerException |
An error occured in Datalizer. |
Check the contents of the error message. |