cancel
Showing results for 
Search instead for 
Did you mean: 

UDF SUPRESS

Former Member
0 Kudos

Hello ,

if i create a UDF an one input string is null (not in the xml instance)

will the function be processed??

Field1---->

UDF Do SOmething -


>

Field2--->

result should be field1 or field2 or field1 + filed2

but i get an SUPRESS if one field do not exist!!

Is this OK??

Is there a workaround?? Function Exist can handle this but i do not know the source

regards

ralf

Accepted Solutions (1)

Accepted Solutions (1)

Shabarish_Nair
Active Contributor
0 Kudos

<i>if i create a UDF an one input string is null (not in the xml instance)

will the function be processed??</i>

>>>

handle this in your mapping. Maybe you can use a exist or mapwithdefault on the field and then go ahead with the UDF.

Answers (1)

Answers (1)

Former Member
0 Kudos

hi,

Can u Plz specify ur problem clearly?

regards