Translate Source to Concept
Translates application specific elements to an internal common data model for use in subsequent workflow.
Workflow inputs – Translate Source to Concept
Call Workflow Input | Description | Required? | Default Value |
source data | XML document containing the data to be translated from application specific elements to an internal common data model. | Yes | n/a |
variable to target mapping | 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 | n/a |
collection template | 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 | n/a |
Workflow outputs – Translate Source to Concept
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. |