Search code examples
mysqlloopstalend

Talend flow: Passing one date at a time in TrestClient


From the attached image, I have a list of dates as output in the TDbInput component: SELECT distinct date_format(DATE,'%Y-%m-%d') as date FROM calendar.

I should pass as a variable one date at a time to the Trestclient component. How can I do this?

job


Solution

  • Please use tFixedFlowInput component and iterate the from tFlowToIterate. This will iterate one entry at a time. Below is the snipping on the process.

    enter image description here