I’m looking for a way how to split job execution in talend studio according to actual file row – I’d like to process file rows starting with “DEBUG” in one job branch and another rows in another job branch. It that possible?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
To do this, use a tMap component. Your job will look like this
In the tMap component, you have input on the left and output on the right. In your output table, select “Activate expression filter” and use the text box to define your filter– only rows that match that filter will be ouput from that connection. You can have as many output tables and filters as you need.