Talend send tLogRow table result in tSendMail if its not empty else do nothing

Viewed 18

Hello guys im trying to send the results of these tLogRow using tSendMail but i dont know how to do it can anyone help please.

enter image description here

The first tSendMail is for View folders rejections and the second one is for View files rejections

Thank you

1 Answers

tLogRow only displays data or results in the Run console to monitor data processed.

You can create output file of a result set as csv/txt/xls and send it as email attachment.

Related