Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi.,
i'm creating a job to check the Excel files to be processed, the goal is to verify the correct format of these files.
For this i use the tFileExcelSheetInput component.
I don't want the job to stop at each error but i would like to have the list of errors for the processed file, so i checked "Ignore Error".
Now my tLogCatcher does not receive any more notifications.
but i still see the error notifications in red on my screen.
How to get those lines in red in my upload image ?
thx
Hi
The component does not throw out the Java exception when 'Igonre Error' box is checked, so that tLogCatcher can't catch the Java exception error. To output the job output printed on the console to a file, you can refer to this KB article.
https://community.talend.com/s/article/Studio-How-to-log-Job-output-to-a-file-as-well-as-the-console-75VP5
Regards
Shong
In a previous post, we taught you how to set up triggers that catch and handle trigger errors thrown by other triggers. Now, earlier this week, we received a query from a customer who had this kind of trigger but wanted to ignore a particular trigger event Upsers.com