Greetings All,
I have 45 text files that I've tried multiple ways to load via alteryx dynamic input tool. I have tried multiple methods and the best so far has been a flat file. I've gotten my column headers and filtered out all irrelevant rows leaving the meat of the data shown here. There are only 9 columns possible. Column 2 is a date as well as column 3 (formatted DD-MMM-YYYY), then there are 5 columns of values followed by the final column of 6 digits as well as a potential letter. These values are text so the commas and decimal points are important, especially where other currencies exist. The first column is what trips me the hardest. You can see it has varying digit and letter combinations and of various sizes.
I will also mention I've tried the text to column using space as delimiter and I get 70 columns, then trying to figure out which columns should line up with which is overwhelming to say the least. I've tried this for parsing (\d{2}-\u{3}-\d{4}) but obviously that only gives me one date column, I need both. Every time I duplicate that parsing string, I get nulls.
Can you please offer suggestions on how to parse the 9 columns? I've burned two days on this and I just can't get the right results without your help! I appreciate your help in advance.