hi,
BACKGROUND
im importing a set of 150 excel files from a folder, these are templates that have been completed by others.
i can import about 75 using wildcard on input tool, the other half wont import as they are different schema.
i compared the files that will import and they ALL have no entries in a number of columns where a "Y" might be used. Using a select tool i can see alteryx is assuming these to be Double field types.
The other 75 or so files that WONT import have a Y in at least one of these columns, and alteryx then assumes that field is a String type.
MY PROBLEM
Ive got the ones that WILL import. I can turn all the empty fields into strings using Select tool.
Ive got a list of the files that WONT import using wildcard input cos at least one of the fields may be a String field but i dont know what field until i open that particular file
Is there a way of taking this list of files and turning them ALL into String fields so i can then union with the rest?
hope this is clear!