cancel
Showing results for 
Search instead for 
Did you mean: 

Mapping Try n Catch

Former Member
0 Kudos

Can any one tell me,

How to use Try n Catch in Mapping?

-naveen

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

you can achieve this through UDF in message meppaing..'

sample code...

if(a.equals("true"))

{

try

{

....

}

catch (Exception ex)

{

}

}

Thanks,

sekhar

Former Member
0 Kudos

Hi Naveen,

Look at the java code in the thread..

cheers,

Prashanth

P.S : Please mark helpful answers