Hi. I have a workflow set up and connected to a macro. The macro makes the workflow cycle through every .xlsx file in a directory and pull out data from five different tabs in the Excel files. These tabs have different schema. Each tab's information is deposited into a separate workstream, which is then united later in the workflow.
My problem is this. Currently I have four Excel files in the directory. The first three Excel files have no data in Column X on one tab, and this is perfectly acceptable; however, the fourth file does have data in Column X. When Alteryx reads in the data files, it determines that the fourth file has a different schema than the first three, and it skips that fourth file. From what I've read in other threads, Alteryx is assigning a different data type to the fields with nulls than it is to the fields in the fourth that have actual data, which presents itself as different schema, but I can't figure out a way to verify this or correct it.
How do I get it to stop doing this? I have fairly complicated (to me) setup for reading in multiple files and pulling data from multiple tabs, and I haven't been able to figure out a way to make Alteryx handle this problem correctly.