by Andrey Zaharov | Jan 27, 2015 | BlogPosts, Tech Tips
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...
by Andrey Zaharov | Oct 31, 2014 | BlogPosts, Tech Tips
User Case Sometimes if you are performing black boxing on your Talend Jobs and you have “tMsgBox” pop-ups you might want to change the look of the message box. For example: You want to have a native windows look, or a native Mac OS X look. Unfortunately...
by Andrey Zaharov | Oct 24, 2014 | BlogPosts, Tech Tips
Case Scenario By far the easiest way to use the “tHSQLDbOutput” component in Talend Studio is with “In Memory” Running Mode. This is because you don’t have to connect to any servers and start using the component immediately. However, using the “In Memory” approach has...
by Andrey Zaharov | Oct 22, 2014 | BlogPosts
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...