Start Free Trial

Alteryx Designer Desktop Discussions

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

Regex ISIN ticker

Lauritsjust
7 - Meteor

I am trying to isolate the ISIN ticker using the RegEx tool, but my expression deletes the entire cell.

 

The cell contains text like this:
:35B:ISIN AB0000123456 20B

 

I would like the output to be this:

AT0000743059

 

I have identified the ticker using the expression ([A-Z]{2})([A-Z0-9]{9})([0-9]{1}), but it deletes only the chosen.

 

Any suggestions?

3 REPLIES 3
atcodedog05
22 - Nova
22 - Nova

Hi @Lauritsjust 

 

If your id length is fixed then you can use regex like this

 

atcodedog05_0-1643708459968.png

 

Hope this helps : )

 

Lauritsjust
7 - Meteor

Thanks!

atcodedog05
22 - Nova
22 - Nova

Happy to help : ) @Lauritsjust 

Cheers and have a nice day!

Labels
Top Solution Authors