Hi Alteryx Experts,
I want the alteryx flow. Can someone help??
I have 200+ excel files in a folder. Each excel file with different name.
Each File contains multiple sheets but one sheet in all files are with same name i.e Financial Statement
Column A of sheet “Financial Statement” Is same in all 200+ excel workbooks
I want to join all Financial Statements in a single excel sheet.
My output should be
Column A of my Output file should be picked up from any file in a folder as all sheets have same Column A.
In Column B,C,D.... i want the numbers which are in each file till 200+ columns. In Row i need the file name on top so I can identify that column is from which file.
I cannot use 200 times input tool and then use Join tool and then output tool.
My code work perfectly but it required many manual inputs tool and connections and setting in field
Please help