Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Identify the Specific Alpha Numeric Combination example T123456 in

naveenkumar1
5 - Atom

Hi All,

Require support to identify particular Pattern i.e., "TXXXXXX" where starts with Char T followed by 6 digit numbers in the provided text/String wefcew33cdsT123434-sdsd-sdf, Currently Excel formula I use =MID(E2,SEARCH("t",E2),7) , Alteryx?

 

Thanks

Naveen

2 REPLIES 2
messi007
15 - Aurora
15 - Aurora

@naveenkumar1,

 

RegEx is the best solution for this case:

 

messi007_0-1614609848731.png

Attached the workflow,

 

Hope this helps,

Regards,

messi007
15 - Aurora
15 - Aurora

@naveenkumar1,

 

If my answer solve your need please mark it as accepted solution it will help others 🙂

 

Regards,

Labels
Top Solution Authors