Forum Discussion
Once you “go binary” (triangle shape output) in the CSV Formatter, there is no data retained other than the binary data itself. So you don’t have the TableName anymore. You can still reference values that were passed into the pipeline as a parameters though (_TableName). So if you call a child pipeline, passing the table name as a pipeline parameter, then the child pipeline can use that parameter in the downstream File Writer.
rakesh_2004
6 years agoNew Contributor
Ok. Any way you assign a parameter in the same pipeline and access it from file writer snap?