cancel
Showing results for 
Search instead for 
Did you mean: 

target structure generation using GUI mapping

Former Member
0 Kudos

Hi Experts,

I have two nodes in source and one node in target structure .

Source

permanentemployee (0..n)

name

dept

contract employee (0..n)

name

dept

Target

Employee (0..n)

name

dept

If both nodes (permanentemployee & contract employee )are present in source then I should get two occurances of target..

Please watch that I have same subnodes in permanentemployee & contract employee .

Please let me know your thoughts.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Vamsi,

Duplicate the target structure.

then map

permanentemployee (0..n) node to Employee (0..n) target node and fields should map to the target side fields [like name --> name and dept --> dept]

and contract employee (0..n) node to Employee (0..n) target node [this is the duplicated node] and map the corresponding fields to tarhet fields. [like name --> name and dept --> dept]

Regards

Ramesh

Edited by: Venkataramesh Boppana on Oct 8, 2009 12:43 AM

Answers (0)