Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
GELÖST

How to delete .xlsx.bak files

Naga
Asteroid

Hello,

 

I need some help in in removing / deleting the .xlsx.bak files, which I get as an ad-hoc when I ran the WF. I have to run around 200 files and creating this .xlsx.bak is redundant.

 

Thanks

Naga

  • Help
6 ANTWORTEN 6

Just create a text file and type the code given below - 

del "YOUR FOLDER FULLPATH\*.xlsx.bak"

 

Save this file with the windows batch file extension (.bat)
eg: bakFileDelete.bat

 

You can now double click on this .bat file to delete the .bak files after your Alteryx Workflow has been executed OR you can use RUN COMMAND TOOL in your Alteryx Workflow itself and configure the tool to run the above mentioned .bat file automatically. 
Link to RUN COMMAND TOOL in Alteryx Documentation - https://help.alteryx.com/20214/designer/run-command-tool

Alteryx_AR
Quasar

Hey @Naga , Just give a look here - What is bak file used for? - Alteryx Community 

 

Hope this helps ....Thanks:)

Hey @Naga,

 

Thanks for accepting the solution.

 

Regards,

Allwyn

Alteryx_AR
Quasar

Hey @Naga  Thanks for accepting as a solution .

knobsdog
Asteroid

I have this issue with bak files on a SharePoint site.  What would the pathway be like to have it go into the SharePoint site to delete the bak files in there?

Beschriftungen