cancel
Showing results for 
Search instead for 
Did you mean: 

Mapping Logic

sahana_ps
Participant
0 Kudos

Hi all,

Can I achieve the above requirement using graphical mapping or is java udf required?

I need to send data to Target field ,only when all the 4 source field have data or all 4 fields are blank ,only for this 2 combinations otherwise i should not send anything to Target.

Kindly let me know ,how this can be done.

Accepted Solutions (1)

Accepted Solutions (1)

sahithi_moparthi
Contributor
0 Kudos

Hi Sahana,

As suggested by Kalyan you can acheive it through graphical mapping,but using UDF you can acheive it easily than graphical.Please find the Java code for your req.

Regards,

Sahithi M

Answers (3)

Answers (3)

Muniyappan
Active Contributor
0 Kudos

Hi sahana,

try with graphical mapping. if you are not able to do it please let us know.

Regards,

Muniyappan.

Former Member
0 Kudos

Hi Sahana,

It can be done using the combination of Exists , OR and AND function while mapping the Target Root Node.

Regards,

Kalyan

sahithi_moparthi
Contributor
0 Kudos


Hi,

I recommend Java UDF.You can acheive it easily by writing a simple code.