Sunday, August 2, 2015

How to log data in Talend Job using tLogCatcher

tLogCatcher helps to catch Warning and Errors and log data in a package. Having tLogCatcher is similar to running whole package under TRY..CATCH.
Both tDie and tWarn components are closely related to the tLogCatcher component. They generally make sense when used alongside a tLogCatcher in order for the log data collected to be encapsulated and passed on to the output defined.
The below images shows the how to use tDie, tWarn and tLogCatcher and the log data.
You can customized the log output using tMap.
Choose the required output column from tLogCatcher and also you can add new column such user.

Cheers! Uma

3 comments: