Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi ,
I am working on a scenario where i pass call rest service and execute some job in talend. I need to save the parameters fetched from the Rest service to tBufferOutput and reuse these parameters in tBufferInput in a different Job (child Job), which will be eventually called by this parent JOb.
As of now I am not getting the values saved in the tBufferOutput in tBufferInput.
Is there any Gap? or it is not feasible ?
Shall i switch to saving these values returned from the tRest component into some flat file and red them or something else?
Thanks & regards,