Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

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

multiple file specifications for input tool

wonka1234
10 - Fireball

I want to be able to configure the type of files my workflow can use,

is it possible for me to include .xlsx, .csv, .del in the file specification?

wonka1234_0-1646256310111.png

 

Tried doing something like this:

 

wonka1234_1-1646256702145.png

 

 

but getting an error when running in my server.

 

Thanks.

 

1 REPLY 1
davidskaife
14 - Magnetar

Hi @wonka1234 

 

When specifying files you need to provide a description and the file specification; so for your example CSV Files (*.csv)|*.csv|Excel Files (*.xlsx)|*.xlsx|Delimited ASCII Files (*.del)|*.del



I think i've got the .del name right, change it if it isn't!

Labels
Top Solution Authors