Solved! Go to Solution.
Hello,
This is a job for Regex! As long as you find the words, "case", "invoice", and "so" in your long text field, the following RegEx Parse tool, with the Parse method, should clean it up for you:
case.*?(\d+).+invoice.*?(\d+).+so.*?(\d+)
This looks for the word "case" and then extracts the digits that follow it. Same goes for Invoice and so. I renamed the new fields in the tool thusly:
Hope it helps!!
User | Count |
---|---|
109 | |
89 | |
77 | |
54 | |
40 |