Hi All,
I am trying to move data from prior year spreadsheets into a template spreadsheet (with slightly different column headers) and then save as a new file. The template should not be modified. Ultimately, there will be multiple prior year files to be rolled over. I have trouble with appending prior data into the template and then save as a new file because the Output tool seems always overwrite the template. Let me know if I missed anything, thanks!
Pic 1: Prior1
Pic 2:Temp
Pic 3:New1
Solved! Go to Solution.
Hi there
I'd think that the idea behind the append option is to append data to an existing file and save that same file - i.e. you can't save it as a different file. What you could try is to read your template in with the input tool, union/join your data in Alteryx and output it to your new file. Would that help?
If that's not what you meant, you could perhaps share a sample workflow.
Hi Kat,
Thanks for your reply! The issue is I really need to have the appended data on the temp spreadsheet, not a new spreadsheet because of all the Excel vba codes inside. Since there might be multiple iterations of using the template. Just appending the data and save the same file (template) might not work.
Hi All,