tJoin performs inner or outer joins between a main data flow and a lookup flow by doing an exact match on columns. It compares columns from the main flow with reference columns from the lookup flow and outputs the main flow data and/or the rejected data.
tLogCatcher collects and transfers log data triggered by Java exceptions, tDie or tWarn components. It fetches set fields and messages and passes them to the next component.
tStatCatcher gathers Job processing metadata at the Job level and component level based on a predefined schema and transfers the log data to the subsequent component.