Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

pass multiple arguments from shell to talend job

I read somewhere in this forum, that we can pass multiple arguments from shell to talend job using tcontextload.
can someone please give me more information on this. My question is how to get those arguments from shell.
Thanks
Labels (2)
2 Replies
Anonymous
Not applicable
Author

Hi
tContextLoad is used to load value of context variable from properties file. I think you want to execute talend job from command prompt and pass argument value to the job, please see
https://community.talend.com/t5/Design-and-Development/resolved-Passing-variable-context-value-from-...
Anonymous
Not applicable
Author

Thanks. Now my question is how to pass the arguments to tcontextLoad.