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

SQL Server Status

I need the list of possible return codes for the insert, update of this Snap Pack. “If an output view is available, then the original document that was used to create the statement is written to the output with the status of the insert executed.”

danielz by New Contributor
  • 1534 Views
  • 1 replies
  • 0 kudos

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
  • 2878 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
  • 3105 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
  • 4674 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
  • 953 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...