We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Dynamic file paths file names

jazzychan
5 - Atom

just getting started with alteryx. we have folders saved in date format mm.dd.yy.  is there a way to import files that have changing dates or are located in paths where the folders will change daily?  same goes for saving files.

1 REPLY 1
apathetichell
20 - Arcturus

I'd recommend diving into batch macros and how to dynamically import files. You'd need that for the harder part of your inqury. For the easier part - directory tool will give you filenames/paths and you can use filters (possible in conjunction with Regex) to parse the date time in the naming convention.

Labels
Top Solution Authors