Question

List value handling


Badge

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.


2 replies

Userlevel 2
Badge +17

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.

Badge

thanks for the hint!

Reply