The link to last week’s challenge (exercise #52) is HERE
This week Challenge is to perform some parsing of report formatted data to turn it into a table. I have seen several solutions but keep in mind that you will want to make your solution as dynamic as possible. My solution that I will post next week uses a batch macro but I look forward to seeing how you solve the problem. Have fun and remember there is usually more than one solution.
Use case: A company has a system that produces data that is not formatted into columns and rows. In this case, each row is separated by a line of dashes and each field is delimited by a |.
Objective: You goal is to create a process that will dynamically transform the data into a series of columns and rows keeping in mind that the number of columns and rows may vary on a case by case basis.