Forum Discussion

yes1819's avatar
yes1819
New Contributor III
2 years ago

Column value as Object key in S3 Upload snap

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

  • Hello yes1819,

    Make sure to remove the single quotes from '$VERSION', so you can get the value of the $VERSION field from upstream.

    Try this and let me know if this helps you.

    Regards,

    Aleksandar.

    • yes1819's avatar
      yes1819
      New Contributor III

      Thank you

      I removed the single quotes but it says this

       

       

       

      • Aleksandar_A's avatar
        Aleksandar_A
        Contributor III

        Probably you are not passing the $VERSION field from upstream, if you can provide us with more details about your flow, than we can better understand what you are trying to achieve here.