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.
To prevent further spamming incidents, we have changed our permissions for the members of this community. While anyone can visit our community, only verified customers, partners, and employees will have posting access. Email community@snaplogic.com to verify your account.
Trending Topics
The Integration Nation is an active and collaborative place to learn more about events and ask questions to fellow fans! Check out our most popular conversations happening right now!
Hi All,I am facing a peculiar issue with a new pipeline being built. the pipeline is setup to consume an SQS message > apply some processing and auditing(Via MySQL DB) > acknowledge the SQS messageThe pipeline runs correctly when the SQS Consumer Sna...
How can I parse a string in an object to Date?eg. Date.parse($vendorBill.tranDate, "dd-MM-YYYY") gives me NaNHow would I parse this correctly to return the date in the $vendorBill.string object please?
Iโm working on creating a few pipelines to transform some data, but Iโm having an issue with the date field. The date field I pull is a string and not a date which is the main issue. Itโs formatted as MMM 'yy so as an example October 2022 would be fo...
I have a triggered task that pulls data from a database and formats the JSON to be returned by an http request.I added a parameter called 'dataset_name' so users making an api call can select just one record from the database: I pass the value '_data...
I have a question regarding renaming multiple items within an array. Currently, I'm using the following mapping to rename one item: ```map(x => x.mapKeys((value, key) => key.contains('Memo') ? "description" : key))``` However, I'm encountering diffic...
This is more about platform memory alerts. From my understanding, we have alert metrics in place that trigger an email if any of the nodes hit the specified threshold in the manager.However, I am looking at a specific use case. Consider an Ultra Pipe...
Pipeline Execute snap This snap is one of the most powerful tools in the SnapLogic platform. This snap allows you to call another pipeline from the current one. This can allow you to modularize code for specific functions, making your pipelines sim...