Hi Community,
In the attached input, the Changes column contains free text where a T100 number exists followed by 5 numbers (e.g T100-XXXXX). I've managed to parse the first occurrence out by using Regex Parse with the following expression: (T100-\d*).
For event ID 222, there's 3 T100 numbers but I only get the first one (T100-84904). Any idea how I can do this?
I created a separate tab for expected output. Thanks in advance.