Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Ritz05
Contributor
Contributor

Capturing error from tSalesforceoutput on component error event

Hi All,

I need to capture the error in file from tSalesforceoutput on component error trigger for the input rows whenever it throws error without terminating the job. after collecting all errors need to send a mail at the completion of the job.

Please help with logic to implement this.

Thanks,

Rita

Labels (3)
1 Reply
jeoste
Creator
Creator

Hello,

If you want to handle this you should uncheck the "Die on error". If error the job will continue the process

jeoste_0-1707130584676.png

 

Either with onComponentOk or with main row and filter with tMap you can handle those errors and put them into a file/buffer/database, then read the source to send a mail