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

Announcements
Write Table now available in Qlik Cloud Analytics: Read Blog
cancel
Showing results for 
Search instead for 
Did you mean: 
ankit7359
Creator II
Creator II

Can we pass dynamic values to a shell script via Talend Job???

Hi Community,

 

I have scenario for which i m unsure how to proceed about ? I want to load data from my sftp to a report/dashboard using a talend job, this is being done by calling a shell script. I want to know if can send the filename and type of load(full or incremental) dynamically . Can this achieved by context variables or is there something more complex stuff involved in this ?

 

Pls do help me on this. 

Thanks,

Ankit

 

 

Labels (5)
1 Reply
TRF
Champion II
Champion II

You, you can pass parameters to an external shell script call by tSystem using context or global variables.
Depending of what you have to do, maybe you can also avoid shell script and include all steps into your Talend job.