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

Forum Posts

Resolved! Decode column name that has @ as a prefix

Hello, I have source data in XML format and all the column entities have "@" as a prefix. I am trying the following expression using "hasPath" function in a mapper to determine if the output of the file has data.$.hasPath('Extract.Locations.Location....

arvindnsn_0-1721151397881.png arvindnsn_1-1721151546402.png

Enable editing of expression library file

When designing pipelines we have environment specific parameters (Dev, Test, Prod) in expression libraries. This renders our pipeline development independent of having to alter pipeline parameters or tasks between environments and deploys. However, t...

Error Handler for Nest Pipeline

Hi, I am building error handler (with functionality to log error details in snowflake) for a nest pipeline (3 layers), and have a few questions 1. I want have captured pipeline parameters such as ruuid, startTime, but when I execute the functionality...

pranj by New Contributor
  • 73 Views
  • 0 replies
  • 0 kudos

Jar file download failed : NOT FOUND

Greetings.I'm attempting to perform some operations against a MySQL 8.0.33 server. I created a SnapLogic MySQL database  account, and uploaded mysql-connector-j-8.0.33.jar to the JDBC driver property of the account configuration popup. Pressing the v...

brianm by New Contributor
  • 166 Views
  • 2 replies
  • 0 kudos

diff snap usage in child pipeline

I use a diff snap to process records coming from a REST API call with records stored in a database.  Records from the REST call are "New";  records from the database are "Original".   When the diff is in the parent pipeline everything works as expect...