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

Forum Posts

Parallel or Async API call

Hi! I’m calling an API thats giving me a 500 for some of the requests. I contacted the API admin, and he told me to make parallel or async calls. How can i make it using Snaplogic? I read a post here about using concurrency snap, but i cant find the ...

rmedeiros by New Contributor III
  • 1870 Views
  • 2 replies
  • 0 kudos

To access Mainframe Dataset

Hi All, I am trying to access a data set which is present in mainframe…the dataset name looks like this : ‘PSSP.CUS.INBND.CUSTOMER’ . When I try to access same dataset/file through filezilla…i am able to access… But when am trying from file reader/di...

KTsnap by New Contributor III
  • 2946 Views
  • 9 replies
  • 1 kudos

Join snap not working

Ok, so you all helped me get past my issue with adding a GUID, and I appreciate it! But now I’m having a problem with my join snap not working. A pic is worth a thousand words so here it is: The thing that is confusing is for the mapper just befor...

vincenr by New Contributor III
  • 834 Views
  • 0 replies
  • 1 kudos

How to handle NULL

Hi, I have the below expression but sometimes it can be NULL instead of ‘S’. Could you please suggest how to handle the NULL in the below expression? $input0.final_document.Pipeline_Status==‘S’ && $input1.final_document.Pipeline_Status==‘S’ && $input...