Question

Comparing and filtering values

  • 14 January 2015
  • 3 replies
  • 3 views

Hi!

 

I have 2 readers, both with postcode attributes. I want to see if any of the postcodes in one reader are not repeated in the second reader, and filter these out so I can view them. Is there a tool that can easily do this? 

 

 

Thanks!

3 replies

Userlevel 3
Badge +13
Hi,

 

You can use a FeatureMerger with the postcode attributes, the not merged result will not exist in the requestor.
Badge +22
I like the ChangeDetector for this, 3 output streams, added, deleted, unchanged, no duplication of features (like the matcher).

 

 

In your case you would want either the added (in revided but not original), deleted (in original but not revised) or both.
Thanks for the help!

 

 

Reply