Xml Writer Properties

Name

Type

Required

Description

Id

String

No

Step identification string.

Add Xml Declaration

Boolean

Yes

Specifies if XML declaration should be put to the head of the generated file. XML declaration is a string such as <?xml version='1.0' encoding='windows-1250'?> which identifies the XML file and specifies its version and encoding. If the declaration is to be written, the value of the attribute encoding will be filled in with value taken from the step's encoding attribute.

Encoding

String

Yes

Encoding of the output file.

File Name

String

Yes

Name of the output file.

File Template

String

Yes

XML file template. It must contain the string {content} that will be replaced with concrete data from the output columns. Notes: XML file template code must be enclosed into a CDATA section (which starts with <![CDATA[ and ends with ]]>). Every whitespace character (space, tab, new line break, etc.) defined in the template will be written to the output XML in the same way.

Record Template

String

Yes

Template of data entry , the template of one line containing values of columns written to the file. It must be an XML element where each attribute represents one writable column. The name of every attribute is the name of the writable column and the value of the attribute is the name of the column enclosed by the curly braces.


iWay Software