Designing and Running Pipelines
Discuss how to use the SnapLogic platform.
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Data Validator Snap - multiple validations

I have two fields I wish to validate. These fields simply just need to be present. I attempted to use the Data Validator snap. Its configuration is similar to the screen shot below. This snap routes documents to the error view where $field1 is n...

Thom by New Contributor II
  • 1640 Views
  • 1 replies
  • 0 kudos

Pagination in REST API

A very good explanation of how to implement pagination in REST API in this below blog post: SnapLogic – 4 Feb 16 REST GET and the SnapLogic Public APIs for Pipeline Executions As a part of a wider analytics project I’...

Resolved! Reshape document to denormalized table

I have a document like this: [ { "first": ["1", "2"], "second": "a" }, { "first": ["3", "4"], "second": "b" } ] And I'm trying to convert it to a table like this: FirstSecond1a2a3b4bI'm thinking I need to use the "map" or "m...

maahutch by New Contributor
  • 1573 Views
  • 1 replies
  • 0 kudos