In case you missed the announcement: Alteryx One is here, and so is the Spring Release! Learn more about these new and exciting releases here!

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Batch file to move files

jbravman_
8 - Asteroid

Hi 

 

So i have a workflow that intakes x amount of files. it can be 1-infinity. xlsx, scrapes them for their data and then does its magic.

 

I want to get a run cmd/batch file at the end to move the files one they're passed thru the workflow to another folder location. Both locations are on the shared network.

 

\\disk21\dept\Alteryx\Project- abc123\Inputfiles\xlsx\

\\disk21\dept\Alteryx\Project- abc123\Inputfiles\xlsx\Done

6 REPLIES 6
jbravman_
8 - Asteroid

nvm got it 

msalcido
6 - Meteoroid

Can you share how you did it? I can't get it to work for network shared folders.

jbravman_
8 - Asteroid

Move \\UNC_DISK\bla\Temp\New folder - Copy\*.xlsx \\UNC_DISK\bla\Done Temp

 

 

make sure you're using the UNC  path 

msalcido
6 - Meteoroid

Thanks! I'll try that.

AnandKumar1
8 - Asteroid

Hi,

 

I've tried that but no luck. Is there any other way?

 

My command= Move \\fna3\\Alteryx\OldFiles\*.txt  \\fna3\Alteryx\ProcessedFiles

Vani123
5 - Atom

Hi, How to move the file from folder to another folder.?

Labels
Top Solution Authors