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
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.