Alteryx Server Discussions

Find answers, ask questions, and share expertise about Alteryx Server.

Copy file from one location to Another location

Ariharan
11 - Bolide

Hi All, 

 

Could someone explain to me how to copy and paste the file from one location to another location without using the Run command tool.?

 

Regards, 

Ariharan R

 

3 REPLIES 3
Felipe_Ribeir0
16 - Nebula

Hi @Ariharan 

 

You can use this macro (it is using python), it works inside the Server too: https://community.alteryx.com/t5/Community-Gallery/Copy-files-between-folders/ta-p/1056621

 

niklas_greilinger
9 - Comet

Hi @Ariharan

 

You could also use a .bat file where you can define the file you want to copy and where it should be pasted and run it as an Event of your workflow. (After Run, Before Run, On Error, etc...)

If you need and example please let me know.