Expandir la barra de logros de la comunidad.

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

Esta conversación ha sido bloqueada debido a la inactividad. Cree una nueva publicación.

RESUELTAS

Import files from amazon S3

Avatar

Level 1

Hello,

 

We have implemented the import and transfer of files from an amazon S3 bucket. Everything is working.

However, these files do not always have a common ending but the beginning does.

 

For example: TEST_FILES_DD_MM_YYYY

The * or % character after "TEST_FILES" does not work. Can you help me please ?

1 solución aceptada

Avatar

Respuesta correcta de
Level 6

DEF_nomprogramme

 

Change it to that.  That will work for transfers.

Ver la solución en mensaje original publicado

5 Respuestas

Avatar

Level 6

For the transfers using nothing after the end of the file like adobeftp/TEST_FILES   and don't end with a underscore _

 

John

Avatar

Level 1

Hello John,

 

I don't understand your answer. Here a screenshot of my end.

ThanksCapture.PNG

Avatar

Respuesta correcta de
Level 6

DEF_nomprogramme

 

Change it to that.  That will work for transfers.

Avatar

Level 1

Yes it works, thanks 🙂

Avatar

Level 1

Hello,

I hope you are well 🙂 

Thanks for this method with ACS
I have the same question for ACC with an S3 bucket

this is working
incoming/IN/myfile_<%= formatDate(new Date(), "%4Y-%2M-%2DT%02H") %>:00:00+00:00.csv

but I would like to know how to retrieve all files from the date (or one by one in the right order according to the hour from the flat file name)

however as etienneroux i can not use the * character with S3

incoming/IN/myfile_<%= formatDate(new Date(), "%4Y-%2M-%2DT") %>*.csv

to retrieve :
myfile_2023-01-01T00:00:00+00:00.csv
myfile_2023-01-01T01:00:00+00:00.csv
myfile_2023-01-01T02:00:00+00:00.csv
....
myfile_2023-01-01T22:00:00+00:00.csv
myfile_2023-01-01T23:00:00+00:00.csv

Thanks in advance 🙂 

I will be very helpful when we have some backfill to do 🙂