Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 2638

HCI : Duplicate Target Nodes

$
0
0

Hi ,

I'm looking for solution to duplicate the target nodes in HCI mapping. I have a single source node which is mapped to target node which has cardinality 1...n . This target node should be created multiple times with different values as described below:

 

Current Mapping:

E1KNVPM  is mapped to node PartnerFunction.   Based on the occurrences of  E1KNVPM , node PartnerFunction is created. my requirement is that when the source node appears once, I need target node PartnerFunction to appear 15 times.  for the value in the Source code , I could use the value mapping as below.

 

Required Mapping:

My Source:

<E1KNVPM>

<PARVW>YES</PARVW>

<E1KNVPM/>

 

Target:

<PartnerFunction>

<CategoryCode>RE</CategoryCode>

<Partner>

</PartnerFunction>

<PartnerFunction>

<CategoryCode>WE</CategoryCode>

</PartnerFunction>

<PartnerFunction>

<CategoryCode>PY</CategoryCode>

</PartnerFunction>

.

.

.

.

.

..

.

 

<PartnerFunction>

<CategoryCode>SH</CategoryCode>

</PartnerFunction>

 

 

Value Mapping in HCI:

Source  : 1

target   : RE

 

Source : 2

target : WE

.

.

.

.

.

.

Source : 15

target :SH

 

 

Regards,

Amber Badam


Viewing all articles
Browse latest Browse all 2638

Trending Articles