Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
From your description, you can use onSubjobOk connector to trigger tsendmail .
The workflow should be:
tinputfileA \ / tableA
tinputfileB _ tmap -> tableB
tinputfileC / \ tableC
| |
OnSubjobOk OnSubjoberror
/ \
tsendmail tsendmail
Here is a related forum: https://community.talend.com/t5/Design-and-Development/Message-in-Talend-Stats-quot-success-quot-eve...
Hope it will be helpful for you. Or do you want to send an email with number of inserted/updated/deleted rows?
Best regards
Sabrina
Hi,
From your description, you can use onSubjobOk connector to trigger tsendmail .
The workflow should be:
tinputfileA \ / tableA
tinputfileB _ tmap -> tableB
tinputfileC / \ tableC
| |
OnSubjobOk OnSubjoberror
/ \
tsendmail tsendmail
Here is a related forum: https://community.talend.com/t5/Design-and-Development/Message-in-Talend-Stats-quot-success-quot-eve...
Hope it will be helpful for you. Or do you want to send an email with number of inserted/updated/deleted rows?
Best regards
Sabrina
Hi prabhakaran,
We usually use Nb_LINE to count the total number of records have been proceed. when inserted item is choosen, there will be a global variale such as ((Integer)globalMap.get("tDBOutput_1_NB_LINE_INSERTED")) will be avaible, which counts the total number of records have been inserted into database.The same to updated, deleted items.
Here is a tstatCatcher component which is used to gather the Job processing metadata at the Job level and at the component level.
Please take a look at this component reference.
https://help.talend.com/search/all?query=tStatCatcher&content-lang=en
Best regards
Sabrina