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 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><...
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!
Hi @viktor_n and everyone,
When I tried the above expression.
I am getting response like below.
[{“Active_Flag”: “Y”},{“Data_flag”:“N”}, {“id”:“1”} ]
[{“Active_Flag”: “N”},{“Data_flag”:“Y”}, {“id”:“2”} ]
I wanted to flattened this records like below,...