This site uses different types of cookies, including analytics and functional cookies (its own and from other sites). To change your cookie settings or find out more, click here. If you continue browsing our website, you accept these cookies.
General Discussions has some can't miss conversations going on right now! From conversations about automation to sharing your favorite Alteryx memes, there's something for everyone. Make it part of your community routine!
Hi Community,
How to avoid the creation of .xlsx.bak files for the output files in the output folder as I am using 'overwrite sheet' option in output tool.
Thanks,
Prasad
Hey @RAMN
I don't think you can as they are an Excel process.
You could include (as part of your workflow) a script that deletes all of the bak files after the workflow has run
Hi @RAMN
You can't avoid them, but you could write a batch file that you run through Alteryx and remove them.
Great discussion on Bak files here:
https://community.alteryx.com/t5/Alteryx-Designer-Discussions/What-is-bak-file-used-for/m-p/22195
Cheers,
Esther
Hi,
Can someone share the workflow on how to include the script to delete .bak files after workflow has run?
Regards.