12-08-2020 11:38 AM
here in the mapper1 I am defining one of the target path as parameter(_messagetype), is it possible to pass this value to file writer snap ?
I have defined the same parameter in pipeline properties with value as null
12-21-2020 04:19 AM
@Siva_Venna you can also pass the pipeline parameter as a custom header:
Please refer : https://docs-snaplogic.atlassian.net/wiki/spaces/SD/pages/986383617/Passing+Pipeline+Arguments+to+Tr...
Or else you can pass it as value with in the XML and retrieve the same information using mapper and write the remaining content to the file.