Column value as Object key in S3 Upload snap
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2024 11:45 AM
Hi,
I'd like to use the value of column name VERSION + today's date as object key
How can i use the value of column name VERSION?
If I use '$VERSION' as object key, it gives me 'VERSION_today's date.csv' as file name.
Thank you
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2024 01:23 AM
Hello,
The CSV Formatter by default only passes the binary content and the content type. If you want to pass other key - values, you can by adding Binary Header Properties.
Please refer to the official CSV Formatter documentation.
Please let me know if this helps you.
Regards,
Aleksandar.
