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

Forum Posts

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
  • 1213 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
  • 427 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
  • 1408 Views
  • 3 replies
  • 1 kudos

Resolved! Date.now() but with current timezone

Is there a way to get the current time in the snapplex’s timezone? (or could this be filed as important platform enhancement?) using date.now() returns the date in UTC, but i’d need it in “my” timezone (or in a random timezone, really). The closest i...

Matthias by New Contributor III
  • 2068 Views
  • 6 replies
  • 0 kudos