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

Forum Posts

Resolved! Snaplogic Service Account Unauthorized?

Hi, I have configured a pipeline to trigger another pipeline via triggered task. The first pipeline triggers the second one by calling a triggered task’s secured REST URL, using the REST GET snap. I have tested the REST authentication for this purpos...

JPaps by New Contributor III
  • 1872 Views
  • 2 replies
  • 2 kudos

Resolved! Assign a repeating ID

Hi, I have to incorporate a condition that – In the output, if ‘Name’ is the same, assign the same ‘Id,’ otherwise, increment ‘Id’ of the previous record. Can you please suggest how can I achieve this? Thanks in advance.

marenas by Contributor
  • 1635 Views
  • 2 replies
  • 1 kudos

How to fetch value from array?

Hello Team, I have the below array and I need to fetch the filename where active=1. Please can you help me on this. “array” : [ { “active”: 0, “fileName”: “test.pdf” }, { “active”: 1, “fileName”: “test1.pdf” } ] Thanks in advance!

Manigandan by New Contributor II
  • 2514 Views
  • 2 replies
  • 3 kudos

Invalid input data - Aggregate snap

I am building a pipeline that joins some data and then aggregate downstream. However, one of the fields that I am grouping by contains nulls and it gives me this error: Invalid input data. Failure: Invalid input data, Reason: Missing field in the inp...

kindminis by New Contributor
  • 965 Views
  • 0 replies
  • 0 kudos

Resolved! Custom Header for a CSV file

Hello All, I am looking for an approach to add a custom header before writing into a CSV file. I have referred the below link and developed one, but the issue is double quotes appended at the start and end of the content. So, when I open the CSV file...

Json conversion to new object

Hi All, Good morning, I have a requirement for converting json into xml with attributes. So, I understood in order to make the XML with attributes from json, I have to have below structure of json to be feed to xml formatter for final conversion. Req...

skhatri by New Contributor
  • 2892 Views
  • 3 replies
  • 1 kudos