Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi.
I am making use of custom Java functions within the data mapper component. I created a JAR containing these functions which I have imported into the job using the tLibraryLoad component. I have since extended the class, adding additional functions that will used within the data mapper.
What is the correct way to go about overwriting the existing library? Talend continues to use the old library where it cannot find the new Java functions that I have created. I currently have the both versions of the library loaded but with different names.
Hello,
Are you trying to develop a custom component? You can use the new Component Framework.
The Component Kit docs on https://talend.github.io/component-runtime
Let us know if it is what you are looking for.
Best regards
Sabrina