I have a script generating an output, however all my output is being registered as one event. I am trying to break each line into an. I tried using the line breaker with regex for end of line. But that fails.
Example of the output.
Status Tag DisplayName
------ ---- -----------
Quit jflower James
Terminated wpunch William
Quit madams Mark
Terminated jtota Jeff
Quit wbaker Baker
Quit sjohson Shawn
I am trying to extract the header and
↧