Hello everyone,
I have Excel files from a vendor portals which generally have the same schema. However, recently the vendor changed the schema in one of the columns, where the "use the input tool with the wildcard" approach doesn't work anymore.
In fact, the the only change to the schema is that one of the V_WString fields has now a size of 320 and no longer 255.
Just for this purpose, I have studied batch macros with the Alteryx Interactive Lessons videos and referred to the Ultimate Input Data Flowchart from the Alteryx Community. Unfortunately, the issue remains. I still get the error message running the macro that the one Excel file gets skipped:
Input Data (1) The file "[...]\Automated Alteryx Report\[...].xlsx|||`Sheet0$`" has a different schema than the 1st file in the set and will be skipped
Even with setting the Interface Designer to either "Auto Configure by Name" or "Auto Configure by Position", the one odd Excel file with the anomaly in the schema gets singled out.
What am I missing?