Translate Concept to Source
Translates application specific elements to an internal common data model for use in a subsequent workflow.
Workflow inputs – Translate Concept to Source
Call Workflow Input | Type | Description | Required |
|---|---|---|---|
source data | XML | XML document containing the data to be translated from application specific elements to an internal common data model. | Yes |
variable to target mapping | XML | XML document with a root element of <mappings> and child elements to be used to translate the source data. The element name should be a common data model element and the element's value should be the application specific element name contained in the source data. | Yes |
collection template | XML | XML document used to contain the translated data. This should consist of a root element and one child element. The translated data will populate this document. | Yes |
Workflow outputs – Translate Concept to Source
Call Workflow Output | Description |
|---|---|
items | An XML document that contains the translated source data, with the root and child elements as defined in the collection template input. |