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?
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.