cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple source fields to Target node mapping

Former Member
0 Kudos

Hi Guys,

I have a requirment to create mulitple target nodes depend upon combination of two source nodes. in souce structure in Seg1 i need to check values of field LGA01, LGA02, LGA03 and LGA04 with fixvalues and same in SEG2 i need to check SUBTY with fix values if exist then create multiple target node for each value changes in LGA01, LGA02, LGA03, LGA04 and SUBTY. i am strugling to achive this. Can you help me in this?

SOURCE STRUCTURE

SEG1 (1..1)

LGA01

BET01

LGA02

BET02

LGA03

BET03

LGA04

BET04

SEG2 (0...9999)

SUBTY

BETRG

TARGET STRUCTURE

NODE1 (0....unbounded)

PAYELEMENT

PAYAMOUNT

Thanks in advance....

Regards

Swapnil

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Swapnil

Try this.

Duplicate the target node1(click right)

LGA01--FixValue -


createif--


Target(NODE1)

LGA02--FixValue -


createif--


Target(NODE1[1])

LGA03--FixValue -


createif--


Target(NODE1[2])

............

On fix value put like this

Value1----


true

Value2----


true

.....

Answers (0)