Skip to main content
Solved

How to saparate number before names in street names

  • January 29, 2020
  • 1 reply
  • 7 views

tomjerry.vl
Forum|alt.badge.img

separate only number before the names

 

 

 

Best answer by bwn

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+
View original
Did this help you find an answer to your question?

1 reply

bwn
Evangelist
Forum|alt.badge.img+26
  • Evangelist
  • Best Answer
  • January 29, 2020

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+

Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings