Did you tried with generate datatable activity and try some delimiter(space and newline) to extract the text data into datatable. Since with regex it will be too complex to extract each and every data from whole file. Please try and let us know. Thanks.
Sorry earlier I didn’t understand fully your requirement. If you want bunch of data between dates and you don’t need specific values from the content. You could go with regex and ignore my suggestion. Thanks.