Free Trial

Alteryx Designer Desktop Discussions

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

Regex help needed

Bhargav
6 - Meteoroid

I have column with projects and want to extract required project from it using regex.

I need the output in following format.

ProjectsOutput
PRJ-19-000900243_54POS MCON socket housing pol B.mppPRJ-19-000900243
PRJ-19-000903451 D3200 With CPA_v2_200424.mppPRJ-19-000903451
PRJ-19-000903451 D3200 With ^&8_v2_200424.mppPRJ-19-000903451
PRJ-19-000903451 D3200 With 567_h2_20224.mppPRJ-19-000903451
3 REPLIES 3
atcodedog05
22 - Nova
22 - Nova

Hi @Bhargav 

 

Here is a workflow for the task.

Config:

atcodedog05_0-1605443309926.png

 

(PRJ-[\w-]{12})

 

Output:

atcodedog05_0-1605443374351.png

 

Hope this helps 🙂


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

Bhargav
6 - Meteoroid

Hi atcodedog05,

You nailed it..

Thanks for the quick resolution.

atcodedog05
22 - Nova
22 - Nova

Happy to help 🙂 @Bhargav 

 

Cheers and Happy Analyzing 😀

Labels
Top Solution Authors