StringSearcher
When data is entered as a string, it can be complex and difficult to filter through. By using the StringSearcher in FME you can use regular expressions to quickly identify where certain information is being stored.
This makes the StringSearcher great for doing schema checks, fetching information from long strings, or to separate features held as a single string into two.
Learn more about how to modify string data in FME with Community tutorials like Attribute Processing and How to Use XQuery Expressions.
Similar Transformers
- StringReplacer
- StringConcatenator
- StringFormatter
- BulkAttributeRenamer
- ExpressionEvaluator
- SubstringExtractor
Learn More or Try FME For Free:
People Who Used This Transformer Also Used - See All Transformers
Related Resources
StringSearcher regex \r\n - FME Community
I want to find each line of the string below with a regular expression in StringSearcher that looks like this .*\r\n, i.e., I expect each line to end up in the all ...
stringsearcher - FME Community
hanski asked. I want to grab numbers out of a string. Using the StringSearcher with reg expr "[0-9]+" does not give results, while using the reg expr " [0-9]+" (watch ...
fme stringsearcher - FME Community
the part between the square brackets is a regular expression. Its nothing more then a character class. It means that the string may consist of a 0 or more characters ...
Use the StringSearcher in FME
Download our fully-functional FME Desktop trial, free for 30 days. No credit card necessary. Start integrating!