We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Using RegEx trying to extract numbers after Telstra Site ID and Parse into a new field

arsalanzaki
6 - Meteoroid

Hi guys,

 

Using RegEx, I am trying to extract numbers after Telstra Site ID, from the text "Telstra Site ID 12049", and parse these numbers into a new column. Can somebody please write me the expression and guide on the steps to achieve this?

3 REPLIES 3
arsalanzaki
6 - Meteoroid

So the outcome is to get the numbers 12049 parsed into a new column.

ShankerV
17 - Castor

Hi @arsalanzaki 

 

Please use the below Regex expression.

 

(\d+)$

 

Many thanks

Shanker V

ShankerV
17 - Castor

Hi @arsalanzaki 

 

Please find the below use case.  Hope this helps!!!

 

Screenshot 2024-04-29 090325.png

 

Many thanks

Shanker V

Labels
Top Solution Authors