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

Forum Posts

File references in SnapLogic

Hello All, We have a pipeline where we are referring to an external expression lib for some transformation. I am getting the “file not found” when the same pipeline is being invoked from some other project’s pipeline. Wanted to understand how the ref...

How to compare two tables

How to compare two tables, which are in different databases. Also, these databases are scheduled. One database table is already existing and functional the other database is newly developed. The newly developed table mimics the existing table and is...

Samyuktha by New Contributor
  • 2620 Views
  • 2 replies
  • 0 kudos

Xml parser error

hi all, I get the following error in xml parser Unexpected character ’ ’ (code 32) (missing name?)\n at [row,col {unknown-source}]: [1,507]" “SnapLabel”: “XML+Parser” when running as ultra pipeline. Normally when I validate the pipeline it never occu...

vipulk10 by New Contributor III
  • 2215 Views
  • 1 replies
  • 0 kudos

Modify the Date format on SOAP Execute

Hello Snaplogic community, I have an issue when I try to créate a recrod with soap execution, I try to créate a vendorBill on netsuite but when execute the Pipeline I receive the below error. Failure: An error occurred while executing the SOAP reque...

jebv by New Contributor
  • 1908 Views
  • 1 replies
  • 0 kudos

Flow context in Snaplogic Pipeline

In order to store a variable value which is accessible/modifiable by any snap in the pipeline, is there any capability within Snaplogic? The intention is to have a context which can hold shared variables accessible through out the execution of the p...

Resolved! Using 'in' clause in a mapper

I am trying to use ‘in’ clause in a mapper snap. But it does not evaluate correctly. 30 in [30,40,50] ----> false 30 in [‘30’,‘4’,‘50’] ----> false (x => x in [‘4’,‘5’,‘6’])(4) ----> false Has anyone tried it already? Am I missing anything?