Skip to main content

When gathering a list of relevant values, it would be nice to be able to compare an attribute value directly to these values, to determine whether it's found in the list or not.

Now I must create a concatenated attribute, which must be comma separated, prompting all kinds of formatting problems. Simply comparing to a list would be much cleaner and efficient.

This is also relevant in all other transformers that utilize test conditions, like TestFilter et.al.

Could you not just use a ListSearcher?