Advent of Code is back! Unwrap daily challenges to sharpen your Alteryx skills and earn badges along the way! Learn more now.

Alteryx Designer Desktop Discussions

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

Amazon S3 multiple file impoort

I have Multiple objects in my AWS Path, and i need to import all of them to consolidate the data. I tried using Regular Expressions ( Such as * , etc) but its throwing the error, does anyone know how to resolve this issue OR is there any alternative ways to do it ? 

11 REPLIES 11
apathetichell
19 - Altair

Dude - that article could have used a formula tool to create content for a parameterized shell/.bat file - and then have runcommand execute that. Instead it calls for a batch macro??? - Not how i'd implement it.

mmichaelson
8 - Asteroid

@apathetichell - Agreed, it could be done without the use of a batch macro.  I'm referencing this article simply because it provides an example of how to call the AWS CLI using the Run command.  As the article states, the macro is optional.

 

FWIW, the batch macro would be a nice way to "package" the functionality of the AWS CLI for users who aren't familiar with or comfortable with command-line scripting.

 

@kc20 - Please let us know if the previously referenced article is helpful.

Labels