is it possible to Append datetimestamp to the filename in s3 bucket.
Thanks
is it possible to Append datetimestamp to the filename in s3 bucket.
Thanks
Hi,
Yes, we can able to do when you pass the filename in export component you can pass it as variable filename_{curtime},
Before this component add python component and write a simple script to assign the timestamp value to parameter {curtime}.