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

Forum Posts

Arrow Function Parameters

I’m trying to understand the documentation for the Array function toObject. It uses [‘zero’, ‘one’, ‘two’].toObject((x, index) => index, x => x.contains(‘two’)) as an example, which returns {“0”: false, “1”: false, “2”: true}. What does the (x, index...

tarena by New Contributor III
  • 1805 Views
  • 2 replies
  • 1 kudos

REST GET snap Pagination issue

I am using REST Get snap and pagination is not working. Sample output “entity” : { “@odata.context” : “https://test-odata.com/at.odata/v2.0/$metadata_65687877”, “value” : , “@odata.nextLink”“https://test-odata.com/at.odata/latest/&%24top=20000&$ski...

deeps by New Contributor III
  • 3237 Views
  • 7 replies
  • 2 kudos

Resolved! Uniformize document schema

Hello! I am trying to uniformize document schema, I was not able to achieve it using a mapper or a JSon formatter snap. For instance, if I have this input (using JSonGenerator) [ { "num" : 1 }, { "msg" : "Hello, World", "...

Fabien by New Contributor II
  • 1819 Views
  • 2 replies
  • 1 kudos