Skip to main content
Question

Filtering based on attribute values

  • June 16, 2021
  • 3 replies
  • 648 views

fmesafe.podpora
Contributor
Forum|alt.badge.img+11

Hello. I have a question. Is there a transformer that can filter based on attribute values? Something like SpatialFilter, but without spatial data. I have two datasets in the workspace and I need to compare one column in each dataset against each other and get only those rows in the output where the value will be the same. I tried to look for some more filters, but I didn't find anything functional.

 

Thank you, very much

3 replies

david_r
Celebrity
  • 8392 replies
  • June 16, 2021

You can e.g. use the FeatureMerger on the common attribute and only use the features exiting the Merged and/or UsedSupplier output port.


ebygomm
Influencer
Forum|alt.badge.img+44
  • Influencer
  • 3427 replies
  • June 16, 2021

The FeatureJoiner is another option.


fmesafe.podpora
Contributor
Forum|alt.badge.img+11
  • Author
  • Contributor
  • 136 replies
  • June 18, 2021

I try it, thank you very much.