Skip to main content

I use FeatureMerger with Requestor and Supplier having 1:m relationship. The FeatureMerger gives me "merged" features with an attribute, which is a list of values fromthe matched supplier.

How to check a list of values for an attribute before moving to next feature?

I don't want to use ListExploder afterwards.

Hi @george, if you are looking for a way to check whether the list contains an element that match a condition (e.g. exact match, regex match etc.), the ListSearcher transformer might help you.


thanks for the hint!