| Item name | Required/Optional | Use of Variables | Description | Remarks | 
|---|
| Type | Required | Not available | Select the output format. 
[XML]:(default)[HTML]:[XHTML]: |  | 
| Specify DTD | Optional | Not available | Select whether the DTD is specified. 
[Checked]:
Specifies a DTD.
[Not Checked]: (default)
Does not specify the DTD.
 | If the [XHTML] is selected in the [Type], this is checked and can not be edited
 | 
| Public identifier | Optional | Available | Enter the public identifier. | Enabled when [XML] is selected in [Type] and [Specify DTD] is checked.
 | 
| System identifier | Required | Available | Enter the system identifier. | Enabled when [XML] is selected in [Type] and [Specify DTD] is checked.
 | 
| Overwrite DTD | Optional | Not available | Select whether the Overwrite DTD. 
[Checked]:
Overwrite the DTD.
[Not Checked]: (default)
DTD does not overwrite.
 | Enabled when [XML] is selected in [Type] and [Specify DTD] is checked.
 | 
| DTD | Optional | Not available | Select the DTD. 
[Type] [HTML] If you Select
[HTML 4.0.1 Strict DTD]:[HTML 4.0.1 Transitional DTD]:[HTML 4.0.1 Frameset DTD]:[Type] [XHTML] If you Select
[XHTML 1.0 Strict DTD]:[XHTML 1.0 Transitional DTD]:[XHTML 1.0 Frameset DTD]: | Enabled when [HTML] or [XHTML] is selected in [Type] and [Specify DTD] is checked.
 | 
| 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 | 
| InputDataNotFoundException | [Input data] is not specified. | Specify the [Input data], or draw the data flow. | 
| InvalidPropertyConfigurationException <Property name> is not specified.
 | [<Property name>] is not specified. | Specify the [<Property name>]. | 
| FileIsDirectoryException | Path input in [File] is directory. | Input file path in [File]. | 
| FileAlreadyExistedException | File specified in [File] already exists. | Put check in change file name of [File], or [Overwrite] of [Write settings]. | 
| FileIsLockedException | File specified in [File] is locked. | Please go to Windows Explorer or CLI to unlock. | 
| java.io.FileNotFoundException Another processing is in use.
 | File specified in [File] is being used by another process. | Please check whether it is used by other processing. | 
| java.io.UnsupportedEncodingException | Encoding that are not supported in [Encoding] are specified. | Specify an encoding that is supported in Java SE Runtime Environment 8. 
  Refer to "Supported Encodings"(http://docs.oracle.com/javase/8/docs/technotes/guides/intl/encoding.doc.html) for details. |