Hi - I am having an interesting dilemma reading in a directory of Excel files, all built with the same Excel template.
Using the Dynamic Input, I am getting error messages "XXX has a different schema than 1st file in the set.
I have manually confirmed that the Excel headers are the same across several of the files. So, I believe the cause of this error message is that some of the templates have blank fields, even though the column header exists in Excel and properly maps to the Dynamic Input template. This appears to be causing Alteryx to read these blank columns in as field type of "double", whereas templates where the fields have been populated read in as "V_String".
I can't find any way to fix this within the Dynamic Input tool. Is the best and/or only option to create a Batch macro to read in each file and within the Batch macro convert the null fields to a string with a Multi-Field tool?
Any thoughts and or suggestions are appreciated. Thanks - Randy