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

Extracting numbers from a string

lagos-a1
6 - Meteoroid

Hi, 

 

I am trying to extract the floor number from the following strings:

 

InputExpected Output
1IFSCHK22.08COL@22.08
1IFSCHK18.04Shared@18.04
rm.9HUMATER9.16@9.16
1IFSSCHK18.02RMGTSSEAM5paxVCAC@18.02
9HUSSNTER9.09TEAM8paxV@9.09
9CENTSRAL10.02TEAM8P@10.02

 

Any thoughts?

1 REPLY 1
Felipe_Ribeir0
16 - Nebula

Hi @lagos-a1 

 

You can use this formula

 

(\d{1,}\.\d{1,})

 

Felipe_Ribeir0_0-1674604689355.png

 

Labels
Top Solution Authors