Skip to main content
Question

Comparing and filtering values

  • January 14, 2015
  • 3 replies
  • 32 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!
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

3 replies

fmelizard
Safer
Forum|alt.badge.img+22
  • Safer
  • January 14, 2015
Hi,

 

You can use a FeatureMerger with the postcode attributes, the not merged result will not exist in the requestor.

jdh
Contributor
Forum|alt.badge.img+40
  • Contributor
  • January 14, 2015
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.

  • Author
  • January 15, 2015
Thanks for the help!