Alteryx Designer Desktop Discussions

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

Dynamic Input file

Veni_Padam
7 - Meteor

Hi All,

I have to import files which has date in the filename. The following are the sample file format names
abc_04_02_2022.xlsx
def_03_02_2022.xlsx
pqr 03 Feb 2022.xlsx
xyz 04022022.xlsx

Any help would be appreciated, Thanks!


3 REPLIES 3
atcodedog05
22 - Nova
22 - Nova

Hi @Veni_Padam 

 

Here is how you can do it.

 

Read all file with wildcard * (Note: all files should have the same schema). Configure it to output filename

 

atcodedog05_0-1643965662688.png

 

Use formula to extract date

atcodedog05_1-1643965703425.png

 

Hope this helps : )

 

Veni_Padam
7 - Meteor

Hello,

Schema is not same for all the files and can this be done using Directory tool?

atcodedog05
22 - Nova
22 - Nova
Labels