Explain how transfer of context from main job to child job?
Answer Posted / Shubham Srivastava
Context transfer between a parent and child job in Talend allows data to be shared between the two jobs. This is achieved by using the tSetGlobalContext and tGetGlobalContext components:n
- tSetGlobalContext sets values into global variables, which can then be accessed by the child job.n
- tGetGlobalContext retrieves values from global variables in the parent 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