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?
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?
Copyright © 2021 Jogjafile Inc.
Yes.
In talend, you can write your own function in routines and import that class in your talend job
tjava
ortjavarow
components and call that function.Here you can find sample for user defined function in Talend