Write function in tjavarow of Talend

987 Views Asked by At

I have my tjavarow code thats doing repeated operation on columns inside the component, I could really use a function construct to format the strings.

is there a way to use functions inside tjavarow component of Talend?

1

There are 1 best solutions below

2
Viki888 On

Yes.

In talend, you can write your own function in routines and import that class in your talend job tjava or tjavarow components and call that function.

Here you can find sample for user defined function in Talend