I am creating an Alteryx workflow that has the directory tool and then the Dynamic input tool to pull all xlsx files from the specified path.
However, The last 2 columns in each file have a different name. There are 12 files in all and the last column name changes from Jan 2020 XXXXX to Dec 2020 XXXXX.
The dynamic input tool works fine and unions all the 12 files however throws multiple Warning messages.
Is there a way I could change the columns names (for the last 2 columns) before they are being dealt by the Dynamic Input tool.