Skip to main content
Question

List value handling

  • July 31, 2018
  • 2 replies
  • 3 views

Forum|alt.badge.img

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.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

takashi
Celebrity
  • 7843 replies
  • July 31, 2018

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.


Forum|alt.badge.img
  • Author
  • 6 replies
  • July 31, 2018

thanks for the hint!