Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask 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