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

Forum Posts

Resolved! API responses not working

Hello, So I created an API specification with these error responses. ‘400’: description: Bad request. ID must be an integer ‘401’: description: Authorization information is missing or invalid headers: {} content: {} ‘404’: description: Not found ‘50...

Length in using expression

Hi, I have a scenario where I need to filter out json based on length of a particular element. so in Source if json is like this:- [ { “SaleDatas”: { “DataId”: “”, “AmazonDataId”: “Sale.purchase_4”, “AmazonDataName”: “”, “Name”: “Sale.purchase_4”, “D...

Sahil by Contributor
  • 1215 Views
  • 1 replies
  • 0 kudos

Resolved! CSV to XML with repetitive xml nodes

Hi, I’m trying to create a pipeline which suppose to create an xml file out of a CSV file. CSV file looks like - |ProductCode|ProductName|Price|Country| |A001|DellLaptop|$400|US| |A001|DellLaptop|$500|AU| |A001|DellLaptop|$550|EU| XML output should b...

Pipeline Updates

How and when does snaplogic determine when to finally update the pipelines to the latest version. I continually get this error when debugging from the dashboard that the pipeline is out of date and it is showing the one as it was when it last ran… Th...

jcornelius by New Contributor III
  • 672 Views
  • 0 replies
  • 0 kudos

Assign xml element value and attribute

Hi, I’m trying to assign xml node attribute and its value from a mapper snap. Below is the sintex: $Invoice.cac:AccountingSupplierParty.cac:Party.cbc:EndpointID.@schemeID == “Attribute Value” $Invoice.cac:AccountingSupplierParty.cac:Party.cbc:Endpoin...