Not much experience with Regex, but I'm sure there is an expression for parsing the below data. Tried some suggestions that I read on the boards, but didn't work.
Z20585US-01 - ASSIGNING ZONE-BASED RANKINGS AND ACTIONS
Z20626 - SYSTEMS AND METHODS TO PREDICT
Z20667EP-02-AUTOMATED DETECTION
The one consistent thing is that I would like to parse where there is a number, dash, then letter (See bolded areas). There might be a space between the number, dash and letter, but sometimes there isn't. Ultimately, I would like to get rid of the bolded dash.
Thanks in advance for your help!
Solved! Go to Solution.
Hi @D_Constantine,
Try using (\d\s?-\s?[A-Z]) as your regex expression.
Further update to remove hyphens and whitespace:
If this solves your issue please mark the answer as correct, if not let me know! I've attached my workflow for you to download if needed.
Regards,
Jonathan
Thanks Jonathan. I wasn't clear in my original message with what I hoping to achieve. I would like for everything before and after the dash to be in two separate columns.
Column 1 Column 2
Z05285US-01 ASSIGNING ZONE-BASED RANKING...
User | Count |
---|---|
18 | |
14 | |
13 | |
9 | |
8 |