Developing Snaps
Discuss how to build custom Snaps.
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Custom snap Guice error

Hi, We are facing the following error with my custom snap. Has anyone faced this error, is this a known issue? My custom snap pack is a simple one with a snap and an account. Seems like the account injection is failing at certain point, a restart res...

Unicode Custom Snap

Hi, I am trying to get the output of the Json in my custom snap. http://developer.snaplogic.com/#reading-documents-from-an-input-view But I get question marks instead of special characters (ÖÄ) in Document class. How can I make it use the correct enc...

Updating Custom Snap Packs for the 4.21 Release

During the May 2020, 4.21 release cycle, we did multiple enhancements to the third-party Maven dependencies used by the SnapLogic platform and the Snaps. Hence, we strongly recommend updating and redeploying all your custom Snap Packs to ensure compa...

ptaylor by Employee
  • 1099 Views
  • 0 replies
  • 2 kudos

JUnit Unable to open schema file

Dear experts We have an issue with Jtest in our snaps development. While running Junit testing it seems that I cannot open a specific schema file which is called com-snalogic-snap-template_2 and I cannot find this file in the project. We tried Jtest...

johnbilay by New Contributor II
  • 2207 Views
  • 4 replies
  • 0 kudos

Custom Snaps

Hi What is the best way to achieve caching while developing custom snaps. Also, this mechanism should work in multinode environments.(An org having multiple node) Will Google guava Caching lib serve the purpose? Will this approach serve the Purpose?...

Custom Snap for h2 database

Hi, I have created a custom snap to connect to h2 database and its working except Ultra.So I added lineage code like below. Map<String, Object> data = new LinkedHashMap<>(); data.put("Value", result); Document seed = documentUtility.newDoc...

ashlam by New Contributor
  • 1864 Views
  • 2 replies
  • 0 kudos

Custom Snappack Name

I’m unable to change name of Snap Pack . Looks like It is showing default name called ‘Demo Snap Pack’ , Can some on suggest me what changes required to modify custom snappack name. Thanks for your help in advance!!!

Mahesh by New Contributor
  • 1983 Views
  • 5 replies
  • 0 kudos

Custom Snap

I can’t able to get the values from previous snap.I used mapper to set a value and retrieve using expression from previous snap but getting error alike cannot set null value. @General(title = “Example snap”, purpose = “”, author = “”) @Category(snap ...

ashlam by New Contributor
  • 2010 Views
  • 3 replies
  • 1 kudos