From text file to excel

About extracting table structured data, you can use below pattern inside Matches activity.
"(?-s)(\S+) (\d+) (\d+) (\S*) ?((0[1-9]|[12]\d|3[01])-(0[1-9]|1[0-2])-[12]\d{3})"
About retrieving data from match result, please refer to the link.