Extract Notepad specific Data to Excel

I would like to extract specific value from the notepad to a excel. I can extract first part of the data by using regular expression match, but I cant extract

Thanks

I tried to use regular expression regex match to extract the value from EXPIRED to REPORT but I cant do the same things on the second part. My logic is to generate the table first and then read all content into a variable and started to trim the value I want.

Hi,
Refer this thread

Thanks.

Hi would you like to explain further? Thanks