file files with a unique id into a new created folder
- 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 want to create a workflow that looks at all files in a certain folder and then pulls files with a Unique ID in the title into a new folder. i.e files with Jones in them to be moved to a new folder titled": Jones, files with name "smith" in them to be moved to a new folder titled: "Smith"
- Labels:
- Datasets
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
You'll use a directory tool to get the file names and then do your thing.
File Specs:
for word docs, you'll have *.docx for only word, for excel its *.xlsx
If this solves your question accept this answer as your solution, thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
If the requirement is just moving files without transforming the data contents,
it would be easier with PowerShell or Command Prompt, rather than with Alteryx.
(Alteryx is good at ETL, but not so much at file operations.)
You may want to ask AI chat service how to do it. Good luck.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
In that case, you don't need Alteryx, you can always use tools that won't break the bank for almost anything and everything Alteryx can do for citizen developers.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
