Informing of data rejects using tMsgBox

Informing of data rejects using tMsgBox

Case Scenario You are constantly receiving data from a client. You have agreed that the data should always be sent using a defined structure. Unfortunately, sometimes the data received is incorrect and thus the job generates rejects. If your job does not capture the...
Informing of data rejects using tMsgBox

How to kill a Talend job based on row value

User Case There are multiple ways to stop a job in Talend. You could use “if” trigger statements combined with “tDie”, some components have a die on error tick boxes in there settings. This article will describe one of the ways kill/terminate a...