Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi everybody,
I need some help for a job that I'm currently developping.
I have one talend job that is processing some data and in this job I set multiple context variables. What I want to do is to send those context variables to another job (via a tRunJob with "Send the entire context" checked) and use the values of those context variables to insert them in a database.
Basically, the job is something like :
tTerradataConnection->tJava->tWarn->tHDFSList->tHDFSInput->tJavaRow->tMap->tHDFSOutput->tTeradataOutput
I've done an additionnal subjob with a tJava to set the context variables and once it's done, I launch a tRunJob (the second job I want to do)
In the first job, I already have a database connection created so I want to share it with the second job (via the share connection parameter).
In the second one, I only want to use a component that write the context values into a database but I can't figure out how to do that.
Can you help me please ?
Thanks in advance
Hi,
If you can share a screenshot of the job, it would be great. Please also mark the place where you are looking to transfer the context parameter details.
Warm Regards,
Nikhil Thampi