Alteryx Designer Desktop Discussions

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

String

sudeshnasen
7 - Meteor

I need to extract the part in brackets only. How do i do this in alteryx?

 

alex13(alexander)

bhu23(bhushan)

kip1(kipling)

ra3(ray)

bet22(betsy)

The output will be 

alexander

bhusan

kipling

ray

betsy

 

2 REPLIES 2
TomWelgemoed
12 - Quasar

Hi,

 

You can just use a Text To Columns tool and use '(' as a delimiter.

 

That would parse the bits in brackets to a new column.


Regards,

Tom

TomWelgemoed
12 - Quasar

Thanks for accepting the solution!

 

FYI, if you had to use Regex, something like this could work: (\([a-z]+\))

 

You would choose the output method of "Parse".

 

 

Labels