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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
ankit7359
Creator II
Creator II

Talend 6.3 Code tab vs Jobscript tab

Hi,

i just installed the 6.3 version of talend DI on my system... but i get this doubt everytime i open the talend open studio.. what is the difference between code tab and jobscript tab...

Thanks in advance

Labels (2)
1 Solution

Accepted Solutions
TRF
Champion II
Champion II

A Jobscript is a way to describe a job using a kind of meta-language from inside the Studio (Jobscript tab) or from outside the studio using your prefered text editor.
The Code tab allow you to access (read only) the final Java code generated by the Studio from the components you're using in your job. When you build your job, this is the code which is compiled to give you the .jar file for your job.

View solution in original post

1 Reply
TRF
Champion II
Champion II

A Jobscript is a way to describe a job using a kind of meta-language from inside the Studio (Jobscript tab) or from outside the studio using your prefered text editor.
The Code tab allow you to access (read only) the final Java code generated by the Studio from the components you're using in your job. When you build your job, this is the code which is compiled to give you the .jar file for your job.