Informatica Data Quality
- Informatica Data Quality 10.4.1
- All Products
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:
|
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.
|