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 ?
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.