I want to filter my data to find features where part of an attribute matches a predefined string. How can I do that?
Page 1 / 1
I can think of two potential options:
- Use the tester transformer with Contain Operator
- Use the StringSearcher if you want to perform more complex filtering by matching a substring pattern using Regular Expression
I can think of two potential options:
- Use the tester transformer with Contain Operator
- Use the StringSearcher if you want to perform more complex filtering by matching a substring pattern using Regular Expression
I can think of two potential options:
- Use the tester transformer with Contain Operator
- Use the StringSearcher if you want to perform more complex filtering by matching a substring pattern using Regular Expression
Perhaps the safe company can consider adding a matching method other than the exact matching mode for the FeatureTypeFilter, such as regular expressions, like expressions, etc.
That's a great idea @taojunab. I've posted this idea on your behalf, and hopefully captured what you are looking for. Please add your use case and comment there to help support your idea. Don't forget to vote for it :)
I will vote for this idea.