I have a .csv file that I'm bring in which is quite ugly. The data has a lot of pages and a single record will wrap onto 3 lines on a page. My data looks like it should be tab delimited but when I bring it in, it looks like Alteryx is reading it as space delimited. I've got the data far enough to get it on one line, but then I can't get the columns to line up right. If I can get the columns to line up right, I can handle cleaning the null spaces and repeated report headers and footers. Each page looks similar to the sample data with the page headers, etc. I need to capture the data between the headers and the records.
I feel like my solutions are close but they don't get me there.