hi Experts,
I am reading few excel files in batch using processing (example- \*.xlsx) via input tool. But due to different schema in few files. Alteryx is showing warning and skipping those files. Is there a way to change columns data type before it is getting read in alteryx. or we can fix the data type?
example- Column C in file ABC is double but in file XYZ is string. So file XYZ is getting skipped while reading all files in folder.
Solved! Go to Solution.
You can try the 3rd method of this article for the usecase to read files of slightly different schema.
There is no way to change the datatype of input files before reading it in.
Hope this helps : )