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

Need help in extracting only true accounts

SCK
8 - Asteroid

Hi all. I have a V string data that contains account numbers in numeric and alphanumeric form as well as some other details. I need to extract only true accounts. I have attached the input and desired output. Please help.

6 REPLIES 6
JosephSerpis
17 - Castor
17 - Castor

Hi @SCK I mocked up a workflow that produces the output you describe. Let me know what you think?

atcodedog05
22 - Nova
22 - Nova

Hi @SCK ,

 

As per the requirement you want to extract records which has numeric elements.

 

Here is how to do. Use below pattern in Regex tool in Match config.

.*\d.*

atcodedog05_0-1601821642716.png

Output:

atcodedog05_1-1601821686537.png

Workflow:

atcodedog05_2-1601821712375.png

Hope this helps 🙂

 

If this post helps you please mark it as solution. And give a like if you dont mind😀👍

SCK
8 - Asteroid

Both worked perfectly fine. Specially @JosephSerpis because it did not restrict to elims only. Thank you so much for your help. Really appreciate both of you..

atcodedog05
22 - Nova
22 - Nova

Hi @SCK 

 

If our solutions helped can please mark them as solutions🙂

 

Happy to help🙂

atcodedog05
22 - Nova
22 - Nova

Thank you

 

Happy to help 🙂 @SCK 

 

Cheers and Happy Analyzing 😀

SCK
8 - Asteroid

Thank you again 🙂

Labels
Top Solution Authors