Question

Filtering based on attribute values

  • 16 June 2021
  • 3 replies
  • 55 views

Badge +10

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

Userlevel 4

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

Userlevel 1
Badge +10

The FeatureJoiner is another option.

Badge +10

I try it, thank you very much.

Reply