Dear Support
I have a source with 12 millions records and its a relational source,out of which i need to filter out some flagged records based on 2 combination of column.
Example.
key, term_exp, Flag
101 11/2000 Y
101 11/2000 Y
101 11/2000 N
102 12/2000 Y
102 12/2000 Y
102 12/2000 Y
If there is a single value with Flag 'N' then I need to drop all records for those dates,
If all values for the same date or Flag is 'Y' then I need to process all records for the 'Y' values.
Thanks in advance,
Cesar.