cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi all,

How can I define a custom function that returns a void?

My understanding is simple UDF can only return a string.

Is there any way around this limitation?

Thanks.

Ron

0 Likes
View Entire Topic
Former Member
0 Likes

HI,

In Xi , we have a provision ..

create a package with class and your required methods..

compile in NWDS. create JAR and zip it.. and come back to XI import it under Imported Archieve section .. in you mapping you can have an option ..

import : package name..

in your UDF you can use it by ref the name with package name.

Points rewarded if it is usefull.

Regards

Chilla..