Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

The 4th edition of the Campaign Community Lens newsletter is out now!
SOLVED

Download file From Amazon S3 using pattern

Avatar

Level 2

Hi,

I am trying to get the file using pattern in Adobe campaign workflow from Amazon S3 bucket.  In File transfer activity when i put the exact file name then the file is getting downloaded but when i am using pattern like filename* it say "no file". If anyone has solution for this please let me know.

Thanks

Chandan

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi Chandan,

If your filename has any characters like "_" then use it straightaway and it will be treated as a wild card character.

eg: filename_<date>.csv, then you can just give : filename_ and the file transfer activity will read the entire string.

Thanks ,

Anita

0 Replies

Avatar

Correct answer by
Community Advisor

Hi Chandan,

If your filename has any characters like "_" then use it straightaway and it will be treated as a wild card character.

eg: filename_<date>.csv, then you can just give : filename_ and the file transfer activity will read the entire string.

Thanks ,

Anita

Avatar

Level 1
I am able to download the files ,but the file which I am receiving from S3 contains 11 lines of connection details along with the data. Any suggestions?