내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards
해결됨

Adobe Campaign Standard: File path has a folder named with current date in file transfer activity

Avatar

Level 2

Dear Community Members,

 

I need to download a file into ACS to create an audience from an SFTP server. The file is placed in the  filepath where a folder is named with current date(yyyymmdd).

Example: xyz/20250326/sampleFile.csv

What is the best way to have that folder dynamically in the filepath? 

 

Your suggestions are much appreciated.

 

Thanks in advance.

주제

토픽은 커뮤니티 콘텐츠를 분류하여 관련성 있는 콘텐츠를 찾는 데 도움이 됩니다.

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Community Advisor

@NavinK7 I would suggest changing the folder structure and file name, so that file transfer activity will accept wildcards.

Example: xyz/20250326_sampleFile.csv -> xyz/*_sampleFile.csv

This will allow to specify wildcards in the file transfer activity.Additionally, this will facilitate the efficient cleanup of the files.

Thanks, Sathees

원본 게시물의 솔루션 보기

1 답변 개

Avatar

정확한 답변 작성자:
Community Advisor

@NavinK7 I would suggest changing the folder structure and file name, so that file transfer activity will accept wildcards.

Example: xyz/20250326_sampleFile.csv -> xyz/*_sampleFile.csv

This will allow to specify wildcards in the file transfer activity.Additionally, this will facilitate the efficient cleanup of the files.

Thanks, Sathees