Used for mapping columns to rows of data, and mapping data collected from each connection into a single output. This negates the need to use XSL for mapping in an hMash Design. This means appending columns in a single row.
The path to the parent row that will be displayed
The columns to display from the parent row. Separate each column with a comma.
The ID of the parent to be matched to the Child ID.
The path to the child row that will be displayed
The columns to display from the child row. Separate each column with a comma.
The ID of the child to be matched to the Parent ID.
Example:
<setup>
<mashup>
<ParentPath>/NewDataSet/Table1</ParentPath>
<ParentColumns>project_id,field1,field2</ParentColumns>
<ParentID>project_id</ParentID>
<ChildPath>/NewDataSet/Data</ChildPath>
<ChildColumns>one,two</ChildColumns>
<ChildID>project_id</ChildID>
</mashup>
</setup>