Hello, I have a search query that produces a value similar to below. What i am trying to accomplish is to extract the "Data", "Time", and "Notes" section and to output those values to a table with each in a separate column. What would be an efficient way to accomplish this? I am seeing some regex syntax fines but not as familiar with it. Any help is appreciated. Thanks! ---------------------------------------- Value: CompName: XXX XXX Type: XXX EmpName: XXX Date: XX-XX-XXXX Time 9:00AM Notes: XXXX
... View more