As I understand it FeatureMerger only do exact matches, that is A = B. What I want to accomplish is more like the LIKE condition in SQL as in:
B LIKE B% ( B Like Boink = true )
or
B LIKE %B% (B Like oinkBoink = true)
Is this posible in any way?
As I understand it FeatureMerger only do exact matches, that is A = B. What I want to accomplish is more like the LIKE condition in SQL as in:
B LIKE B% ( B Like Boink = true )
or
B LIKE %B% (B Like oinkBoink = true)
Is this posible in any way?