Alteryx Designer Desktop Discussions

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

Need to split column based on a string

jmedidi
Asteroide

i am trying to split the text based on string value using Regex. Something like this:

 

Existing  Field 1 : Size 112KB(76 KB Used) 65%

 

Expected:

 Field1 :Size 116KB(12 KB Used)

 Field2: 65%

 

There can be space between the number and percentage and it can be decimal as well like 65.22%

12 RESPUESTAS 12
jmedidi
Asteroide

Parsing breaks if the string is something like this:

 

Primary: 4 kB, 70.4% free Secondary: N/A

jmedidi
Asteroide

Appreciate the response.

atcodedog05
22 - Nova
22 - Nova

Hi @jmedidi 

 

Here is the updated Regex for the task.

 

atcodedog05_0-1634665055497.png

 

Hope this helps : )

 

Etiquetas