Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
HI,
I need to develop jobs such that when we build the job while we run the .sh file we need to give parameters along with and we need to take parameters and use them and produce output.
After we build our talend job and extract in linux machine suppose we are running .sh file param1,param2; we take them and use them and produce output.
Routine: routine has all the functions that we need to use in job
Abc.sh param1,param2----------->Talend job collects param1,param2 uses functions of routines in job-----------> return output
|
|
|------>Routine has functions that we need to use
can any one help me with this?