Snap Packs
Discuss configuration of Snaps and general questions about our Snap Packs.
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Difference between HTTP Client and Rest Api(get,post....) snaps

Hi All, I am exploring the HTTP Client snap, I wanted to know what is difference between HTTP Client and Rest API methods (get,post…) snaps. Can any one please help to know about the below highlighted Entity Type in the snip. and also can we get th...

Pretty by New Contributor III
  • 1973 Views
  • 4 replies
  • 0 kudos

Resolved! Pagination with HTTP Client

Hi, I’m not able to access the original document during pagination with the HTTP Client. This worked with the REST Client, but looks like it’s not possible any more. This is a needed feature when the API being called does not respond back with limit/...

Henchway by Contributor
  • 1871 Views
  • 2 replies
  • 5 kudos

My sql execute snap

Am facing this error when am trying to update column data in SQL dynamically please can anyone give me a solution how to update with correct syntax using with expressions or without

rjapala by New Contributor III
  • 2557 Views
  • 21 replies
  • 12 kudos

Script Snap: Write files to SLDB?

Hello, I was hoping to use python on that snap to do something like this: #os.chdir(‘/opt/snaplogic’) os.chdir(‘sldb:///shared’) f=open(“blah.txt”, “wb”) f.write(“hello test”) f.close() The intention is to save this blah.txt file generated in the Scr...

kunghei by New Contributor
  • 701 Views
  • 0 replies
  • 0 kudos

Resolved! Read file from SLDB?

Hi, I am in the process of building a custom snap and I am uncertain of how to read a file from the SLDB. The documentation does not provide an example for this. I was able to read a file from the location where the Groundplex is, using the com.snapl...

How to avoid double encoding issue for URI in Snaplogic?

While processing a Azure blob storage file in Snaplogic, Snaplogic is not able to read it as its encountering with double encoding issue. I have already tried below method to handle double encoding to fix it and worked well but encountering with othe...