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

Forum Posts

Issue with Array mapping

Hello Experts, I am currently facing an issue while mapping array in a correct output. Mapper Expression Builder: I am mapping incoming data in such a way that if AREA is less than 10, then it should add ‘0’ (zero) before the data. However, the issu...

Resolved! Changing keys of an Object

Hello Experts, I have a requirement where I need to change the value of one single key in an object. INPUT: [ { "soapenv:Envelope": { "@xmlns:soapenv": "http://schemas.xmlsoap.org/soap/envelope/", "@xmlns:xsd": "http://www.w3.org/20...

Resolved! How to Create a SQL Server Connected Lookup

I need to mimic Informatica’s simple connected lookup process. I want to look for a record on a target table and if it exists, update it, otherwise insert it. I have tried to use the Lookup Snap, but I haven’t been able to make it work for me. Does...

Damone by New Contributor
  • 3787 Views
  • 5 replies
  • 2 kudos

Incorrect date format

Hi, My requirement is to pass the date as a string “YYYY/MM/DD HH:MI:SS” as a parameter to Oracle procedure snap. I amssusing the expression - Date.now().toLocaleDateString({“format”:“yyyy/MM/dd HH:mm:ss”}).toString() I can see the correct format in ...

amit_saroha by New Contributor III
  • 3971 Views
  • 11 replies
  • 2 kudos

Child pipeline not getting executed

Hi, I am trying to use a pipeline which has two Execute Pipeline snaps, Execute Process 1 and Execute Process 2. (Picture Below) But when running this pipeline, only the first child pipeline is running and not the second one. Even though there is no...

Shaily by New Contributor
  • 2505 Views
  • 2 replies
  • 1 kudos

Date format problem

Hi, I have a CSV file containing the dates like ‘16-DEC-2019’ and I am reading the CSV file and inserting it into an Oracle database table but it always errors out because the format desired is a date in format yyyy/mm/dd hh:mi:ss. I have used the be...