cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic Parameter file name in S3

sravankunadi
New Contributor II

I would like to pass the pipeline parameter as _clearbit_region to S3 file name. It will be dynamic.
how should we pass the parameter in filename?

image

Any help would be appreciated

Thanks

1 ACCEPTED SOLUTION

JensDeveloper
Contributor II

Hi @sravankunadi ,

You should enable expression language by clicking on the “=” below File name and put everything between “” except the pipelie parameter. It should look like this:
“alization/System_Integrations/marketoleads” + _clearbit_region + “.o…”

Regards

Jens

View solution in original post

2 REPLIES 2

JensDeveloper
Contributor II

Hi @sravankunadi ,

You should enable expression language by clicking on the “=” below File name and put everything between “” except the pipelie parameter. It should look like this:
“alization/System_Integrations/marketoleads” + _clearbit_region + “.o…”

Regards

Jens

myeddula
New Contributor

**Below example is their try that way ** :Enable ‘=’ option and try below example
Screenshot 2023-03-08 184102
Example:“S3:///snaplogic-only@s3.us-east-1.amazonaws.com/AsanaUAT/Asana - Marketing/Data_Centralization/System_Integrations /marketoleads”+_clearbit_region+“.csv”