Hello guys,
Is there a way to find a word I character chaîne with the tester like in arcgis when I create an sql selection. For exemple with the % at the end or beginning or word?
Hello guys,
Is there a way to find a word I character chaîne with the tester like in arcgis when I create an sql selection. For exemple with the % at the end or beginning or word?
The Tester drop down for operator has a 'contains', 'begins with', and 'ends with' function and then you can either set a static right value or use a variable from an attribute.
Another option would be the StringSearcher transformer, using regular expressions.