I have excel input file, i have total 6 columns 1st column contains field values and other 5 columns contains values date wise and i have built Alteryx workflow which give me output for particular date. Now i want to add Alteryx generated output to the right end side of the data in excel and when new column get added in excel file 2nd column should get remove automatically so in excel file only last 5 days data remains with 1st static column. also if same date data get added it should overwrite that column rather creating new column
Example : excel file as input : fields | 1st May | 2nd May | 3rd May | 4th May | 5th May
after adding new column output : fields | 2nd May | 3rd May | 4th May | 5th May | 6th May
Note : excel is the input as well as output file