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

Forum Posts

Connecting to SQLMX

I am working on connecting to a SQLMX database using the JDBC connection. The connection is successful when I add the details in the JDBC account, but when I try to execute queries from the pipeline it throws error. I could run the same query using S...

Mapper vs. JSON Splitter

Did you know that you can use the Mapper snap to the same effect as JSON Splitter? There are some other reasons why you may want to use JSON Splitter. First of all let’s look at how mapper can achieve similar functionality of JSON Splitter To achieve...

Add index of element in array to the element

How do I add the index of the element in an array to the element? I have the following doc that I simply want to add the index of the element in the array1 array to each element in the array1 array: { “field1”: “46”, “array1”: [ { “number”: 1, “code”...

kmiesse by Contributor
  • 2591 Views
  • 3 replies
  • 1 kudos