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
18 - Pollux

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
16 - Nebula
16 - Nebula

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

Labels