I have a query that I run which has approximately 3M lines. When the query exports, there are three tabs for all the results. I have attempted to utilize a dynamic input to import the data into a flow. However, now all tabs are loading due to a schema issue. I pinpointed it down to an issue with a column sometimes being interpreted as V_string and sometimes V_Wstring.
My work around is just to load the three tabs separately but I prefer not to do that as sometimes that are more and sometimes tabs depending on the data size and this is creating its own error issues. Again, I have a work around, but its not preferrable. I disconnect inputs when tabs are less and there is a risk that I won't reconnect appropriately.
Is there a better work around where I can force the right schema? The data always comes from the same source but I have no control over the data and my only option is excel.