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'm trying to replace the REST Get snaps in my pipelines with the Http Client snap but the response I'm getting is formatted differently. With the Rest Get snap, the JSON response is formatted as a list so I can subset it using $entity.data notation:...
One of my company's use cases for SnapLogic today is replication of data from Salesforce into internal Kafka topics for use throughout the enterprise.There have been various instances of internal consumers of the Kafka data reporting missing records....
Hello all,I'm using a HTTP snap to get a list of tasks in a given project, and by default the server returns maximum 100 items per call. To get the items above 100, the endpoint has a query parameter "skip" that offsets the number of items to skip to...
Hi,I have certain observations while running a pipeline with SQS snap as trigger.1. On startup, pipeline reads all available messages from sqs and hold them in buffer and process them as per concurrency2. There is no mechanism to control the speed at...
Hi Snaplogic experts, my pipeline is creating one big CSV file (50k rows) as the result. Collegues asked me, if it is possible to split this big CSV file into smaller ones (create csv files with thousand rows)My question is, how to make more csv fil...
The Retrieval-Augmented Generation (RAG) pipeline has gained significant traction in recent years. Large Language Models (LLMs) leverage domain-specific knowledge through the RAG mechanism to generate insightful and contextually relevant responses. I...
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?
Join us for the SnapLogic Product Webinar on March 5, 9 am PT / 12 pm ET / 5 pm GMT / 6 pm CET / 10:30 pm IST and discover how the latest updates to the SnapLogic Intelligent Integration Platform (IIP) can accelerate your enterprise automation, enhan...