Forum Discussion
Hello deeps,
I'm not sure of how exactly you want your csv to be structured, but you can join the groups array to a string using .join() function in a Mapper Snap, and then you will have a flat structure that you can format as CSV.
Please refer to the attached pipeline, and let me know if this helps you.
Regards,
Aleksandar.
- skatpally6 years agoFormer Employee
you can access it directly.
INSERT INTO _paramTableName VALUES ($id)
- sghadse6 years agoNew Contributor
Thanks for your response. I have a parent pipeline with pipeline execute that has parameters defined as shown below. These captures table name and row count:
In Child pipeline, do I have to redefine pipeline parameters again. If yes, what should be the value of pipeline parameters here.
- skatpally6 years agoFormer Employee
In the child Pipeline you don’t have to specify any values(the Values can be blank). When you run the pipeline the values are sent from the Parent Pipeline to Child pipeline. when using the Pipeline Execute Snap, the data can be passed through the input view of the child Pipeline When you are designing the pipeline you can specify valid values to work with.
https://docs-snaplogic.atlassian.net/wiki/spaces/SD/pages/1438254/Pipeline+Properties#PipelineProperties-Settings