I have a data file that is in CSV format. It is basically equivalent to multiple tables stacked one after the other, with typically a blank row or two separating each table. The tricky part is that the tables can have varying numbers of columns like:
When I read the CSV into Alteryx, it assumes that the format will follow the layout of the first table and doesn't pull in the additional columns of the 2nd table. I have roughly 15 tables that are stacked in this manner. Ideally, I'd like to read all the columns of all of the tables into a single Alteryx table and then manipulate the data via Alteryx.
Is there any way to do this easily? I can say that each table will be either 12 or 13 rows of observations plus a header row for each table. I'd prefer not to use a SKIP N tool (CReW macro) if at all possible.
TIA.