How to get data from word document

I’m trying to get certain data columns from a word document into a datatable. How do I extract certain columns from the word document and move into a datatable? I want uipath to ignore all records on the report except for records that have a hyphen in column position 119. If there is a hyphen in column position 119 then I want uipath to extract that row from the word document. For example account number is in the first 10 positions, the name is in the 12th position for 25 characters, the invoice number is in the 49th position for 12 characters and the hyphen is in column position 119. Any input would be greatly appreciated.Thanks