Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am new to Talend and I need help with tFlowToIterate...
I have a talend job with the following components:
MySQLInput(extract records) -> tFlowtoITerate(column id) ->tJavaRow(To check if records from MySQLInput are valid)->RunIF (run if valid) -> mySQLOutput (insert recrods) - > send mail (email alert that new rows were inserted)
When I run this, if for example I have a total of 20 records extracted and 10 records a valid, everything from tJavarow including the send mail component will execute ten times. With this, I will receive ten email alerts. I only want the send email component to run/execute after tFlowtoIterate has completed with its iteration/loop so I only get to receive one email notification.
The problem is I don't know how to this in Talend. Please help.
Thank you!