Forum Discussion
christwr
6 years agoContributor III
You can’t change a pipeline parameter within the pipeline. You might be able to pass a value through as a binary header in the CSV Formatter and then reference it downstream, but that might also make your file a little wonky, not sure. Calling child pipelines is pretty straightforward though, as this is a typical reason to do so.
rakesh_2004
6 years agoNew Contributor
Thanks for the detailed inputs. Certainly appreciate that everyone.