Hi GUys,
my requirement is to stop data from extracting when the field data starts with 'T'.
so, in extract, I've used filter and strfind(field,'T')<>1 , which works fine for fresh records in source DB.
But if this field is primary key and then if the value of this field gets changed from
1000 to T001 --> then it should nt get extracted , but this is not working with the above strfind and filter.
Any thoughts/suggestions ?