cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Dynamic filename in s3

vipulk10
New Contributor III

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 snap. Hence the the variable in which i store the name is not available. can someone please suggest a workaround44 PM

1 ACCEPTED SOLUTION

tk42
New Contributor III

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

View solution in original post

4 REPLIES 4

tk42
New Contributor III

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

mukesh-neosalph
New Contributor II

Hi,
Can the same technique be used in CSV Formatter and File writer. I need to dynamically write file name based on each document and want to know how to pass the dynamic file name (as an document variable) for the file writer snap.
Thanks,

It worked for me with sftp. Example (_sftpPath is a pipeline parameter): _sftpPath + โ€˜/โ€™ + $original.username + โ€˜.jpgโ€™

Hereโ€™s one way to do that using a PipeExec snap.