cancel
Showing results for 
Search instead for 
Did you mean: 

How to map the Resultset values to multiple tags on target strcture

Former Member
0 Kudos

Hi All,

We have an UDF ,whihc is returing Resultset . How do we map/extract the each element of resultset to diffrent fields on the target strcure in graphical mapping.

Let me know,if any blog exist for same.

Thanks for your support and advice.

MK

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi MK,

Set the value to Global Container.

use the index function to retrieve the value to the field respectively

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

you should be having some condition based on which you will map your resultset values to different target fields.......so have that condition as an input to your UDF in graphical mapping.............then use this condition value in your UDF and output the data which should come on this condition in the resultset..........then in graphical mapping, map your target fields with this UDF and condition and output the UDF output to the target node.........

Regards,

Rajeev Gupta