Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I have developed a job on Talend 7, a query that loads the data into an excel file and then the file is sent by email.
In production, the job runs every 15 minutes and sends the email even if the data has not changed.
What I want to do is to send the file if the data has changed and if the data has not changed I send nothing.
How can I do this?
Thank you for your help.
Hi
Trigger tSendmail component using RunIf connector, this connector requires a boolean expression, check the data if they are changed or not, define a global variable with boolean type based on the result, this global variable will be used as the condition of runIf connector.
Regards
Shong
Hi
Trigger tSendmail component using RunIf connector, this connector requires a boolean expression, check the data if they are changed or not, define a global variable with boolean type based on the result, this global variable will be used as the condition of runIf connector.
Regards
Shong