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.
Completely new to SnapLogic. The file system we have set up is NFS, and we are running on a Cloudplex. How do I read/write files to/from the NFS system using a Cloudplex?
Hi Team, We had been observing in our multiple projects that snaplogic suddenly fails to connect to any sftp server to read file and start throwing error “Unable to create filesystem object for sftp” may be for hour or two and then again start workin...
Hello everyone.I'm working on a pipeline that needs to remove duplicate IDs by date, i.e. I only need the most recent row for each ID.I got this using this approach: And this worked fine until a few days ago when it started crashing on the "Duplicate...
For Join, I'm just doing a left join. Fields are both Strings. It works in Alteryx, so no idea why it's not working in Snaplogic. I also tried In-Memory Lookup but the fields are just not joining. Only the left path fields come through. What could be...
Hi Team,We are trying to generate JWT token using JWT Generator snap and then with that token tested in https://jwt.io/#debugger, it say's s Invalid Signature error. Hence we Provided client secret id in https://jwt.io/#debugger(under VERIFY SIGNATUR...
I am reading an xml file from an sftp server, no issues, but when I select the xml parser, it takes so long that there is a timeout. Here is a screenshot of how I setup the snap:It should not take this long to parse this out, what am I doing wrong?
I have a JSON payload with a nested array (below). I am trying to use the filter Snap to select specific items only. Unfortunately, the expressions that I have tried have not worked - they select everything or nothing.$myList.filter(x => x.num==1)$my...