This website uses Cookies. Click Accept to agree to our website's cookie use as described in our Privacy Policy. Click Preferences to customize your cookie settings.
I have a mapper with json input like this:
$effective_code = “2138-HCOM-0546-01”
$course_code =“2138-HCOM-0546-01-12345|2138-HCOM-0546-EMR-12456”
I want an expression that will match “2138-HCOM-0546-01-12345” out of course code.
I don’t understand in...
I was asked the above question today, and I believe the answer is that Snaplogic would use the bundled JREs collection of trusted certificate authorities in:
/opt/snaplogic/pkgs/jre1.8.0_45/lib/security/cacerts
But I just wanted to verify that this i...
I noticed a Snaplogic question on Stackoverflow today, so I’ve created a Snaplogic tag. It will get culled if it doesn’t get used in the next couple of months, so if you happen to post related to SL on SO, use the tag
I’m trying to use a XML Generating template to bind some JSON to XML. It looks like it should work to me but it never binds correctly. I’ve simplified the template down just to the piece that is failing. The input JSON looks like :
[{"import-reco...
I have a pipeline that goes through some work manipulating data, then starts using a XML Generator Snap to make a bunch of XML documents that need to get PUT to a REST API. Simplified, example of a document.
[ {"xml":"<?xml version="1.0" encodin...
For me at least, if I understand the problem correctly, the primary issue seems to be when you set a form field to a file. you can’t then continue to set additional form fields.
@tstack, thanks, that worked. I find the documentation on match() a little confusing:
https://docs-snaplogic.atlassian.net/wiki/spaces/SD/pages/1439357/String+Functions+and+Properties#StringFunctionsandProperties-match
Mostly that it doesn’t return ...