We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

RegEx help

MK97pro
7 - Meteor

Dear Community,

 

could you please help me with RegEx formula because I cannot find a solution to replace some part of the string:

 

Outer_XML
<jed:Bilans
<jed1:Aktywa
<def:KwotaA
95423752.03</def:KwotaA
<def:KwotaB
73549705.78</def:KwotaB
<jed1:Aktywa_A
<def:KwotaA
28123841.83</def:KwotaA

 

In some places I have string such as "jed:" or "def:" and I want to replace it with nothing to have i.e. <Bilans instead of <jed:Bilans as well ass 95423752.03</KwotaA instead of 95423752.03</def:KwotaA

 

I would be appreciated if you could help!

2 REPLIES 2
PhilipMannering
16 - Nebula
16 - Nebula

What do you want to do with `jed1:`?

PhilipMannering
16 - Nebula
16 - Nebula

Something like this will get rid of jed: and def: and leave jed1: untouched. 

PhilipMannering_0-1640022988640.png

If that's not what you want, it really helps to include and expected output table

 

Labels
Top Solution Authors