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.
SOLVED

Using wildcard in Data input

mohit9garg
8 - Asteroid

Hi,

I have hundreds of excel files in a sharedrive for 2021 and 2022. I need to read all 2022 files using wildcard. Can you please advise how can I use * and ? both in wildcard.

 

File Name Examples: I need to read only last 2 files.

 

\\path\abcd_20211201.xlsx
\\path\mnopq_20211205.xlsx
\\path\pqr_20220120.xlsx
\\path\xy_20220210.xlsx

 

thanks

5 REPLIES 5
mohit9garg
8 - Asteroid

@atcodedog05 Can I use * and ?? both in wildcard?

binuacs
21 - Polaris

@mohit9garg  to provide an add on to @atcodedog05  link you can add a sort tool and a filter tool to get the latest file you want

binuacs_0-1644564127260.png

 

atcodedog05
22 - Nova
22 - Nova

Hi @mohit9garg 

 

Only .* is allowed which means any or no characters

 

Hope this helps : )

atcodedog05
22 - Nova
22 - Nova

Happy to help : ) @mohit9garg 

Cheers and have a nice day!

Labels
Top Solution Authors