Tuesday, February 24, 2015

How to Pass the values from one job to another in Talend

Hi,
This post tells you, how we can transfer the current job data to another job.



Let say we have following sample data (in admin table input component)-
login_idpassword
bishubishwajeetsingh
ashuashusaxena
abhiabhimanyusingh
priyapriyaranjansingh
rahulrahulsingh

and we want to pass this data to job2 (another job)

so, we create a new job with name "job2" and then create the context variable into that (as in below picture).



Now we link logRow component (see the above first picture) to our job2 job .
Right click on job2 component.


Assign the context variables value with row2.login_id and row2.password.
Thats It, now you can find your all values in job2.


No comments:

Post a Comment