Forum Discussion

vipulk10's avatar
vipulk10
New Contributor III
8 years ago
Solved

Dynamic filename in s3

hi all, I have a pipeline which writes a pdf to s3 bucket but the problem is that the filename has to be dynamic. But i cant get the filename as prior to s3 filewriter I have a document to binary s...
  • tk42's avatar
    8 years ago

    You can map the file name value to $[‘content-location’] prior to the DocToBin Snap and it will be available to use in an expression in the S3 File Writer.

    TK