Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a job called "A" and a job called "B".
The differences between A and B are minimal and I would like to refactor.
So, how can I call a job with a parameter ? I use Talend Administration Center.
In PHP, it would be myprog.php?param=value
Kind regards
Hello,
Are you trying to call job in studio or TAC?
With talend studio, you can use both tRunJob and Joblet which can promote code reuse and refactoring.
tRunJob is a different unit of execution with it's own contexts and variables.
Joblet is a just GUI factorization of components to create a reusable transformation.
The Joblet feature is available in talend subscription solution not open source.
Here are related online documentations about:
TalendHelpCenter: tRunJob
TalendHelpCenter: Designing a Joblet
TalendHelpCenter: What is the difference between a Joblet and the tRunJob component
Feel free to let us know if it is what you are looking for.
Best regards
Sabrina
Hello,
I already use Joblet to create a reusable transformation.
I will try with tRunJob component.
I use Studio v7.2 and TAC either.
Many thanks.
Hello,
Feel free to let us know if trunjob component is OK with you.
Best regards
Sabrina