cancel
Showing results for 
Search instead for 
Did you mean: 

Mapping Problem

Former Member
0 Kudos

Hi ,

Currently i m facing problem to mapped one repeating node to target node

my problem is

<Message>

<PIXBridge > ( Occuence is 0..1)

<PIX> ( Occuence is 0..9999)

<TransactionType>603</TransactionType>

<b><TransactionCode>01</TransactionCode></b>

</PIX>

</PIXBridge >

now i wants to map target fields

like

<E1EDL20>

<b> <ElEDL24></E1EDL24></b>

</E1EDL20>

E1EDL20 occurence is 0...9999

E1EDL24 occurence is 0...9999

My Logic is : when transaction id is 02 E1EDL24 node sould be crated

one more condition is E1EDL20 is not repeat , only E1EDL24 should be repeat

Anybody please help me,

regards

Bhaumik

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

transaction id(change the context to PIXBridge) = 02 -> CreateIf(Node Function) ->E1EDL20

For equal use the function in Nodefunction third function called Equals(=).

then only E1EDL20 segment will create.

transaction id context by default PIX change to PIXBridge.

Segement PIX map to E1EDL24.

Regards,

Venu.

Former Member
0 Kudos

Hi Venu

I already mapped PIXBridge -> E1EDL20

i also applied my logic to E1EDL24

Logic is if transactionid == 02 and node create (use CreateIf)"

but what happen actually ,

Data seeing Blank

while if i mapped PIX -> E1EDL24 it will display all the node

So i m unable to applied my logic...

can you please help me ....

waiting for your reply

regards

Bhaumik

Former Member
0 Kudos

I already mapped PIXBridge -> E1EDL20

don't map first.

first check the condion transactionid (equals functions) 02 and change the context higher level note..give some test data see whether it is create the node for correct data..next test the worng data it should not create the E1EDL20 Segement..

Regards,

Venu.

Former Member
0 Kudos

i understand your logic, but can you please tell me the <b>change the context higher level note</b>.. in more details...

waiting for your reply