Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
We’re experiencing technical issues with our vendor that are affecting license activations for Designer Desktop. We don’t yet have an estimated resolution time. We apologize for the inconvenience and will share updates as we have them.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Import multiple files from Amazon S3

swaroopp
5 - Atom

Dear All,

 

I need to import multiple files (300+) from Amazon S3. Please let me know if there is any option apart from having multiple input tools.

 

Thanks in advance for your inputs. 

3 REPLIES 3
Deano478
12 - Quasar

Hey @swaroopp you could try using the S3 download tool for this 

apathetichell
20 - Arcturus

authenticate to AWS via AWS CLI. use AWS CLI comands (ie aws s3 cp .... . --recursive) where ... is your bucket name) via a runcommand tool - to download the files.

 

option two:

put your aws s3 tool in a batch macro. edit the file name via control parameter/action tool.

alexnajm
18 - Pollux
18 - Pollux

Have you checked out the Marketplace for Aimpoint Digital's AWS S3 tools? AWS Tools by Aimpoint Digital | Alteryx Marketplace

Labels
Top Solution Authors