XML Unflatten

Restores hierarchy in an XML document based on an XML schema.

Properties

FlatXml

Type: Xml Input
A document containing non-hierarchical XML elements

FlatXmlTableName

Type: String Input
The name of the element that represents the XML table

SchemaXml

Type: Xml Input
The XML schema that defines the hierarchical document

UnflatXml

Type: Xml Output
The unflattened XML document

Remarks

See Sample Workflow for an example