I want to run several files through a batch macro and have the output of each file spit out into different tabs within the same workbook. I got this to kind of work out by selecting "Take file/table name from field" in the output tool. However, it only does this for the files that have exact matching headers. For example is the headers for those files are A, B, C it would create tabs for those files. If the files don't have headers that match, the workflow won't even run those files. I have figured that Alteryx is reading the files and summarizing those with exact matching headers and then spitting it into different tabs. Is there a way to rewrite the workflow so that it reads each files individually and then spits it out into its own tab?