I'm importing multiple excel files from the same folder using a wildcard (*), and when I import all files it ignores some saying that they have a different schema than the first one. All the rows are named the same, but it looks like Alteryx is assigning different data types to some of those fields. I have read the post called "Importing multiple excel files" so I know what the solution is. I should create a batch macro that uses the Select tool to make sure all columns have a consistent type from file to file.
My problem is that I don't know HOW to make a batch macro. Can someone walk me through this?