Hello!
I have a text file that I am having trouble parsing out a file using the RegEx tool. I am able to parse out date and reference using the following regex but having trouble with Ful name and remaining columns.
(\d{2}/\d{2}/\d{4})\s(\<\w+\>)\s+
Sample text file attached.
