Skip to main content

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

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


The FeatureJoiner is another option.


I try it, thank you very much.


Reply