How to pass data from parent job to child jobs through trunjob component?
Answer Posted / 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 |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category