In a process, I would like to get data (Id) from a table and foreach Id, do actions.
Here what I did, I use a SQL Operation Component to fetch Ids from table. With a bind link, I put returned value into a variable that I give to a mapping.
In my mapping, I get data from source table filtering with given Id and insert result into another table.
I would like to repeat this operation for all Id I has.
Sylvanus KONAN
Hello,
In a process, I would like to get data (Id) from a table and foreach Id, do actions.
Here what I did, I use a SQL Operation Component to fetch Ids from table. With a bind link, I put returned value into a variable that I give to a mapping.
In my mapping, I get data from source table filtering with given Id and insert result into another table.
I would like to repeat this operation for all Id I has.
How to do this?