Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Need to split column based on a string

jmedidi
8 - Asteroid

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 REPLIES 12
jmedidi
8 - Asteroid

Parsing breaks if the string is something like this:

 

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

jmedidi
8 - Asteroid

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 : )

 

Labels
Top Solution Authors