Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
François_T
Contributor
Contributor

Is it still possible to edit the code directly in the "Code" tab ?

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 !

Labels (2)
2 Replies
Anonymous
Not applicable

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:

  • Use a tJava, tJavaRow, or tJavaFlex component.
  • Create a routine by right-clicking Routines under Code in the Repository and then clicking Create routine.

Best regards

Sabrina

 

François_T
Contributor
Contributor
Author

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.