Forum Discussion
If I captured your input data correctly, this attached pipeline should help get you started:
Community.9525.slp (4.8 KB)
The mapper combines the Array map() method with the sl.zipObject() method to bring the column names and row values together in an object array. The following splitter will flatten the data for your SQL Insert.
Thanks! As far as automating moving pipelines across environments, is the only thing we can do is using the Management API?
- stevegoodwin7 years agoEmployee
You can write pipelines using the snaplogic metadata snap pack to list, read, create, update assets.
This allows a user to create their own CI/CD workflow
Related Content
- 3 months ago
- 4 years ago
- 4 years ago