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

Forum Posts

Formatting excel data

I have an Excel sheet with with below format: In this Excel, column 1,2 and 3 remains common, and the data which i am suppose to send is in below output csv format: Output: QWE;1234;567890;1111;20212021 (Row 1: Column 1,2 and 3 is common with fields...

Resolved! Jsonpath begins with

Below is my input, i am trying filter for id where type == file and name begins with “Send Email” expression i used in mapper jsonPath($, “entity.entries[?(@.type == ‘file’ && @.name =~ /Send Email.*?/i)].id”) but i am getting error Please check exp...

npise by New Contributor II
  • 3212 Views
  • 3 replies
  • 1 kudos

REST PUT - Where to put Body Message

Hello, I have a REST service that first requires a PUT with a JSON body with the username/password in the body, and it will return a key. I can get it to work in SoapUI and Postname, but am unable to figure out how to make it work in Snaplogic. I con...

aemery by New Contributor
  • 3084 Views
  • 5 replies
  • 1 kudos

Resolved! Cannot preview data

Good day. I’ve facing this issue since the last week. When working on a pipeline I’m not able to see the preview data. I have this example of a mapper where I have one field and its value The pipeline is successfully validated: But when I click the...