Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
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