How to pass data from parent job to child jobs through trunjob component?
Answer / Pushpander Singh
To pass data from a parent job to child jobs using the tRunJob component in Talend Open Studio, follow these steps: 1. Create a global variable to store the data you want to pass; 2. In the parent job, set the value of the global variable; 3. In the child job(s), use the tJavaRow component and access the global variable through Java code; 4. Pass the output of the tJavaRow component as input to other components in the child job.
| Is This Answer Correct ? | 0 Yes | 0 No |
How can you expand the performance of Talend job which has a complex design?
Explain talend architecture?
How can one schedule a job in talend?
How to pass value from outside in talend
How to export a talend job?
Which component can be used to print the data on console?
Give some advantages of using the Talend
What is Shared DB Connection in Talend?
Which component is used to sort that data?
What is difference between tmap and tfilterrow in talend
What is Talend job?
What are the operations which tmap follow?