Greetings:
I have a column with error messages (Message). I need to pick particular phase and add it to a new column (Error).
I tried using RedEx Tokenize - \w missing an as-built - the output looks like "s missing an as-built" which picks up letter "s" from previous word.
Also, I am not able to pick up "open commitment" from the next row. Should I be using another RegEx tool?
| Message | Error |
| 123 is missing an as-built. This rule checks whether an as-built exists for a work order. | missing as-built |
| 546 has open commitment This rule tests whether an open commitment exists. | open commitment |
Appreciate your assistance.
Regards
Viji