Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello Everyone,
I have been using Talend Studio for BigData (Talend Big Data 6.1.1.20151214_1327). I have a scenario where I need to apply some rules on raw source files. So I am using trule component and trying to implement one example scenario as given on . Below is the screenshot of my job.
Basically i have written two rules
1. In my input file there should not be any id having value as null.
2. In input file salutation column should have any value among this three (Mr,Mrs,Ms).
So I have written the rule accordingly and I have attached the same.
So according to my input sample out of 10 records 8 satisfy rule 1 and 5 satisfy rule 2.
But in output i am able to see 8 records from rule 1 and 2 records from rule 2. But this two records are the one that were rejected by rule 1.
So my question is what about the other records that match rule 2 ?
Is there any limitation here or I am mising something in my understanding. I have attached sample record file for refrence.
Please help me on this to understand.
Many Thanks in Advance.
Rohan Shah
MOCK_DATA.txt_20161122-1054.txt
Rules.txt_20161122-1055.txt