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, I just found out, that when adding new expression library path , I can't set it as expression anymore. I can't find any info about this change in couple of last release notes, is this...
We have a process today that does a SQL insert into a transactional database and returns the ID value for use in later steps. We have tried the SQL INSERT SNAP and ID is not returned. Als...
Hello all, I need to convert an array of ID values into a JSON payload, and I cannot find any array function that can iterate the values of the list to generate what I need. My array of IDs looks l...
I have an array of the following form: I want to convert this array of objects into a single object that has the same fields along with Debit_Amount and Credit_Amount fields summed up. ...
Hello all, I have created a triggered task to receive the webhooks generated from another web application when changes are detected. This works well with Postman, I can use the task URL and the auth...
Hi there, I have one input json like as follows: {
"isValid": true,
"logId": "9IE9BkOwxvrCwn_Ot7p4o-1699858392",
"contractId": 1,
"erpVendorId": "VID123",
"erpVendorName": n...
Hello, I would like to delete/replace some characters (typically .) from headers in xlsx or csv file before loading the file in SQL Server using bulk load.
Does someone has any idea ?
Thanks.
From the very first, I have data stream like as below [{ "report_pipeline_id":"5fac56734418fe353b7b846d", "transaction_id":"72479d9c-85f4-4cc6-90ec-dffac6d8536a", "client_id":"e2572c18-29de-46c1-...
Hello,
I have a requirement where a text with "," delimiter has to be generated into rows.
For Example a string or text $src_name = "AMK, ACK, AGK, ABK" should be ...
Hello, I have a Snowflake select Snap that outputs values of "ABC", "AEC", "ANC", "ABK", "AMT", "AGT". I have the output stored in a mapper variable called "src_name". In the next Router Snap...