Setting | Description |
---|---|
Use the Data Processor Default Code Page | Uses the default encoding from the Data Processor transformation. |
Other | Select the encoding from the list. |
XML Special Characters Encoding | Determines the representation of XML special characters. You can select None or XML.
Leave as & < > " ' Entity references for XML special characters are interpreted as text. For example, the character > appears as > Default is none. Entity references for XML special characters are interpreted as regular characters. For example, > appears as the following character: > |
Setting | Description |
---|---|
Use Encoding Specified in Input Document | Use the codepage that the source document defines, such as the encoding attribute of an XML document. If the source document does not have an encoding specification, the Data Processor transfomation uses the encoding settings from the Settings view. |
Use Working Encoding | Use the same encoding as the working encoding. |
Other | Select the input encoding from a drop-down list. |
XML Special Characters Encoding | Determines the representation of XML special characters. You can select None or XML.
Leave as & < > " ' Entity references for XML special characters are interpreted as text, for example, the character > appears as > Default in None. Entity references for XML special characters are interpreted as regular characters. For example, > appears as the following character: > |
Byte Order | Describes how multi-byte characters appear in the input document. You can select the following options:
|
Setting | Description |
---|---|
Use Working Encoding | The output encoding is the same as the working encoding. |
Other | The user selects the output encoding from the list. |
XML Special Characters Encoding | Determines the representation of XML special characters. You can select None or XML.
Leave as & < > " ' Entity references for XML special characters are interpreted as text, for example, the character > appears as > Default. Entity references for XML special characters are interpreted as regular characters. For example, > appears as the following character: > |
Same as Input Encoding | The output encoding is the same as the input encoding. |
Byte order | Describes how multi-byte characters appear in the input document. You can select the following options:
|
Setting | Description |
---|---|
Log design-time events | Determines whether to create a design-time event log. By default, the Data Processor transformation logs notifications, warnings, and failures in the design-time event log. You can exclude the following event types:
|
Save parsed documents | Determines when the Data Processor transformation saves a parsed input document. You can select the following options:
The default is always. |
Setting | Description |
---|---|
Log run-time events | Determines whether an event log is created when you run the transformation from a mapping.
The default is Never. |
Setting | Description |
---|---|
Disable automatic output | Determines whether the Data Processor transformation writes the output to the standard output file. Disable standard output in the following situations:
|
Disable value compression | Determines whether the Data Processor transformation uses value compression to optimize memory use. Important: Do not disable value compression except when Informatica Global Customer Support advises you to do disable it. |
Setting | Description |
---|---|
Treat as xs:string | The Data Processor transformation treats an element with no type as a string. In the Choose XPath dialog box, the element or attribute appears as a single node. |
Treat as xs:anyType | The Data Processor transformation treats an element with no type as anyType. In the Choose XPath dialog box, the element or attribute appears as a tree of nodes. One node is of xs:string type, and all named complex data types appear as tree nodes. |
Setting | Description |
---|---|
Chunk size | This setting defines the amount of data that the Streamer reads each time from an input file stream. The Data Processor transformation applies this setting to a Streamer with a file input. |
Setting | Description |
---|---|
Normalize XML input | This setting determines if the Data Processor transformation normalizes XML input. By default, the transformation performs normalization for XML input. In some cases, you might choose to skip automatic normalization to increase performance. |
Setting | Description |
---|---|
Schema location | Defines the schemaLocation for the root element of the main output document. |
No namespace schema location | Defines the xsi:noNamespaceSchemaLocation attribute of the root element of the main output document. |
Setting | Description |
---|---|
As is | Do not add or remove empty elements. Default is enabled. |
Full | All required and optional elements defined in the output schema are written to the output. Elements that have no content are written as empty elements. |
Compact | Removes empty elements from the output. If Add for Elements is enabled, then the Data Processor transformation removes only the optional elements. If Add for Elements is disabled, the Data Processor transformation removes all empty elements. The XML output might not be valid. |
Setting | Description |
---|---|
Add for elements | When the output schema defines a default value for a required element, the output includes the element with a default value. Default is enabled. |
Add for attributes | When the output schema defines a default value for a required attribute, the output includes the attribute with its default value. Default is enabled. |
Validate added values | Determines whether the Data Processor transformation validates empty elements that are added by the Full mode output. Default is disabled. If Validate added values is enabled and the schema does not allow empty elements, the XML output might not be valid. |
Setting | Description |
---|---|
Add XML processing instructions | Defines the character encoding and XML version of the output document. Default is selected. |
XML version | Defines the XML version. The XML version setting has the following options:
Default is 1.0. |
Encoding | Defines the character encoding that is specified in the processing instruction. The Encoding setting has the following options:
|
Add custom processing instructions | Adds other processing instructions to the output document. Enter the processing instruction exactly as it appears in the output document. Default is Disabled. |
Setting | Description |
---|---|
Add XML root element | Adds a root element to the output document. Use this option when the output document contains more than one occurrence of the root element defined in the output schema. Default is Disabled. |
Root element name | Defines a name for the root element to add to the output document. |