Can we call job within job?
Answer / Ganesh Pratap Singh
Yes, it is possible to call a job within another job in Talend. This feature is useful for reusing components and simplifying complex data processing tasks.nnConfiguration steps:
1. Open your main Talend Job.
2. Place a tCallJob component on the job design workspace.
3. Double click on the tCallJob component to open its properties.
4. Set the called Job's name or path in the 'Job Name' property.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is it possible to call web services from talend job?
How to read a JSON file using Talend?
How can we perform different types of join using Talend components?
What are the operations which tmap allows?
Difference between taggregatedrow and taggregatesortedrow in talend
Define Component concerning Talend open studio
What is mean by Routines in Talend?
What is Code Generator in Talend?
What do you understand by talend in general?
How can we write the customized java code in Talend?
How to deploy talend projects?
For sorting data which component we can use in Talend?