The ESP to XMLDOC String formatter translates AepRecord objects to XML format string according to the schema file specified in the adapter configuration file. Set values for this formatter in the adapter configuration file.
Parameter | Description |
---|---|
XMLSchemaFilePath |
Type: string (Required) The path to the XML schema file which the XML output document builds against. No default value. |
GlobalElementLocalName |
Type: string (Required) Specify a global element that you wish to use as the root element in the generated XML document. No default value. |
ColsMapping |
(Required) Section containing the Column parameter. |
Column |
Type: string (Required) Specify which attributes or child elements, that are generated by the global element, to match by a pattern path expression and map to columns of an ESP row. For example, [<Column>XPath expression</Column>]+. The XPath expression is any valid XPath expression specified by an XPath specification. The firstĀ <Column/> is mapped to the first column of an ESP row, the second <Column/> is mapped to the second column of an ESP row, and so on. |