Hi, I am having a strange issues with reading files and was hoping some of you might help.
I have a series of analytics apps (all duplicates of each other, the only thing different between them are the files used to fill up dropdown fields). All the apps contain a field called Comments which is mainly left empty. Each app generate an Excel file with the same schema.
I now need to analyse the results of the app and decided to put an input tool to open all Excel files produced by the app in one go (using the * option) since they should all have the same schema. Unfortunately when the column Comments is completely empty it gets read as a double while when it contains text it gets read as a string. I therefore don't seem to be able to combine all files in one go using an input tool with a * in the filename because Alteryx thinks they have different schema.
Is there a way I could do this other than opening each file individually and then union them (I have ~100 files so that would be painful)?
Any help would be greatly appreciated