Greetings Alteryx community!
Making my first post here, as I am facing a challenge I have not been able to solve.
I have about 100 log files in TXT format with the following schema:

I need to import the contents of all these txt files to get an overview of the logs and the errors thrown ("Status reason"). I have messed around with the standard Input tool and the Directory tool but have not found a way to import all the contents and organize it in columns. All the files have the same scheme although things are slightly more complicated since the number of tabs varies. For instance there is just a single tab after "Excel generate time" but 3 tabs added after "CVR".
Does anyone have an idea on how to achieve this, so I can import and organize the contents of all these log files in columns?
I am adding a couple of the log files for reference.
Thank you all