Please can someone tell me how to write a WHERE clause in the feature reader that excludes records that do not contain a value.
- I have thousands of records and some of them have a Global ID - I want to keep these records.
- I also have records that contain NULL or no value - I want to exclude these values.
I can perform this function in a Tester, but a colleague informed me having this clause built in to the feature reader instead will be much quicker. Perhaps someone can confirm this.
Thanks, Frank