How to move files from multiple folders to another
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I have multiple files (excel or pdf) into 10 different folders and I need to move/copy all of them to one new folder (only the files).
Once all files are move to the one new folder, I want to re-save them with their names into their respective folders.
Can anyone help how can I do that?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
hi @Aggsneh
While it's certainly possible to move the files using Alteryx (just google "alteryx moving files"), it's not the best tool for the process. I would suggest PowerShell which is installed on all Windows machines.
Dan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@Aggsneh
As @danilang suggested, Alteryx may not be the best fit for file operations, though doable with Run Command Tool.
So still the work is actually done by the OS, not really Alteryx itself.
When you say you want to move them to one folder, then copy back to their respective folder, would be it the same to just copy them to the same folder?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @Aggsneh
If you decide to use Alteryx for this, an alternative to the run command is to use the Blob Input and Output Tools. The Run Command can be tricky to properly configure and requires knowledge of the DOS bat language. On the other hand, the Blob tools are as easy to use as the File I/O tools and can be configured to use fields for both source and destination.
Dan
