Search found 3 matches

by ANDOPEPENANDO
Sat Apr 15, 2017 8:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How can I set the lookup stage adding an OR as Condition
Replies: 3
Views: 7742

Hi. Sorry, my wrong. The example is: Condition: (LnkFix.Customer_Name > 0) Or (LnkFix.Customer_Mail > 0) <-- are not working Condition Not Met: Reject Lookup Failure: Reject The thing I want to do is filter a record as invalid if it matches either of the two keys in the lookup. For example; In the p...
by ANDOPEPENANDO
Fri Apr 14, 2017 1:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How can I set the lookup stage adding an OR as Condition
Replies: 3
Views: 7742

How can I set the lookup stage adding an OR as Condition

I need to compare 2 fields in the same file and reject the records were exists at least in one of the two validations:

Condition:
(LnkFix.Customer_Name > 0) Or (LnkFix.Customer_Name > 0) <-- are not working
Condition Not Met: Reject
Lookup Failure: Reject

Thanks in advance for your help.
by ANDOPEPENANDO
Fri Feb 17, 2017 3:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Using Not Like in a Filter/transform stag
Replies: 1
Views: 2292

Using Not Like in a Filter/transform stag

Hi forum.
If exists the Not Like function in DS Used thru Filter o transformer stage
Example; columnA Not Like '%test%' or columnB not like '%bademail.com%'

Or probably any other stage from data quality

Thanks in advance