Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to create dynamic key name in cAWSS3 component

How to create "CamelAwsS3Key" in Message Headers section in cAWSS3 component dynamically with timestamp. 

eg: test_{timestamp}.gz 

Labels (4)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Found the solution, used CamelAwsS3Key with the following value DqStringHandling.safeConcat("test",TalendDate.getCurrentDate().getTime()+".gz",'_')

View solution in original post

1 Reply
Anonymous
Not applicable
Author

Found the solution, used CamelAwsS3Key with the following value DqStringHandling.safeConcat("test",TalendDate.getCurrentDate().getTime()+".gz",'_')