The Summer Cup has officially kicked off! Get ready to learn, connect, and compete! Complete Community engagement tasks to earn points and unlock exclusive Summer Cup badges for your profile. Learn more here!

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