Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
We used to edit the code sometimes (to quickly fill all the settings for the tSplitRow component for instance, it can be really super long to do without this trick). But now, I can't edit the code at all. I know it's dangerous to do that, but it was really helpful. Is that still possible? Or no other way than to do with the graphical interface only? Thanks !
Hello,
You cannot directly edit the code generated for a Talend Job. If you want to include your own Java code in a Job, use one of these methods:
Best regards
Sabrina
Thanks ! I know about routines and tjava components. Here I want to more quickly fill the settings of tSplitRow component. If there are 80 columns, it can be really very long to fill it. An option to automatically fill by default by the input column values would be great, then we would just have to adjust what is changed compared to the standard columns. I was using the code edit trick to fill all the default values with a simple copy paste of the right java code, it was a nice time saver. Just by two cents on a way to improve the standard component.