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.
Hi Team, I am working on integration to push data to MYSQL , When we are using the Update on Duplicate condition i see the below error for some of the records You have an error in your SQL syntax; ...
Hi Team, In my pipeline, I need to clone the incoming data stream for further transformation. I have two options: either to use the Copy Snap or the Router Snap with both conditions set to true. W...
Hi team, I would like to iterate thru an array of objects and verify if the objects has same num, code and date with different boxNumbers, then I should add the boxNumbers together and make that as ...
I'd like to say that I'm tearing my hair out, but I don't have any. Regular expressions seem to be taking a left turn for me today and I was hoping to some clarity. I'm building statements dynamica...
Hi All, I would like some advice/better solution to my query! I am preparing some data to send in a table via email, the data structure is as below [{ "statusCode": 202, "statusText"...
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>" ...
I would like to know how to check whether an element in one array is present in another array or not? I have tried arr1.every(item => arr2.includes(item)) in mapper snap. It complaints about list...
Hi team, I would like to iterate thru an array of objects and verify if the objects has same num, code and date with different boxNumbers, then I should add the boxNumbers together and make that as ...
Hi all, Can anyone help me to figure out how can I format the data in more structural manner? Input Data: [ { "account_name": "Prajwal", "Name": "Jhons...