Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
How to create "CamelAwsS3Key" in Message Headers section in cAWSS3 component dynamically with timestamp.
eg: test_{timestamp}.gz
Found the solution, used CamelAwsS3Key with the following value DqStringHandling.safeConcat("test",TalendDate.getCurrentDate().getTime()+".gz",'_')
Found the solution, used CamelAwsS3Key with the following value DqStringHandling.safeConcat("test",TalendDate.getCurrentDate().getTime()+".gz",'_')