User Activity

I am passing the below input to XML formatter from mapper snap as string to XML formatter snap.Before XML formatter snap:"openEngine":"<items>\n<item \n</item>\n</items>" After XML Formatter snap:<?xml version='1.0' encoding='UTF-8'?><openEngine>&lt;...
Hello Team, I have the below array and I need to fetch the filename where active=1. Please can you help me on this. “array” : [ { “active”: 0, “fileName”: “test.pdf” }, { “active”: 1, “fileName”: “test1.pdf” } ] Thanks in advance!
Hello Team, Is it possible to connect GIT repository from SnapLogic? If yes, please let me know how to connect it. I know that there is no separate snap pack for this. Just wanted to know. Thanks in advance!
Hi Team, I am trying to write a zip file with data as CSV formatted with file name as exteact.zip. I was able to write it as zip file but when i extract it i see a file inside with input0. But I don’t want this input0 to be inside the zip instead i w...
Hi All, My input is 123.45 → i should transform as 12345 123.456 then i should transform as 12345 should include only two characters after decimal point. thank you in advance!