separate only number before the names
separate only number before the names
This is somewhat answered here with the StringSearcher solution for testing for, and extracting, the numeric part of addresses:
https://knowledge.safe.com/questions/106553/how-to-separate-having-numerical-value-in-street-n.html
The only difference is a slight change to the Regular Expression to use. This extracts numbers that exist at the start of the string only (Using "^")
Use this as the Regular Expression in StringSearcher. This will output a separate Matched Attribute with the number part.
^\d+