I'm having a very hard time for finding a solution for this. I'm having a excel sheet that looks like this
Name actiontime actiommessage
Tim 23:45 purchased goods
Tim 22:56 had dinner
Tim 20:56 watched movie
John 15:52 get out of bed
John 07:56 went to sleep
I need to separate the data like this Tim 23:45 purchased goods
Tim 22:56 had dinner
Tim 20:56 watched movie
John 15:52 get out of bed
John 07:56 went to sleep
In a separate html table for each user action and embed in a outlook mail all using the powershell. My main problem is separating data like that. This is an emergency a help would be greatly appreciated thanks in advanced.