Extract certain data from text

hi there, I need to extract the values below from a .txt file

" product code" i.e BQT-57
“units-ordered” i.e 475
"unit price " i.e 25.65

/---------------------------text/
/
----------------------------------*/

View order
Order number
Order number
Retrieve Order
Product code
BQT-57
Units ordered
475
Unit price
25.65
Total price
12183.75
Cost centre
PR65
Date ordered
8/6/2017
Orderer

/-----------------------end/

Hi,
Here we go.
NotePadExtract.zip (2.3 KB)

Thanks mate … your solution worked !!