Questions tagged [snaplogic]

For issues relating to the SnapLogic Enterprise Integration Cloud.

The SnapLogic Enterprise Integration Cloud is a

simple, fast, and intelligent platform that empowers enterprise IT organizations and lines of business to connect.

57 questions
5
votes
2 answers

Querying Salesforce Object Column Names w/SOQL

I am using the Salesforce SOQL snap in a SnapLogic integration between our Salesforce instance and an S3 bucket. I am trying to use a SOQL query in the Salesforce SOQL snap field "SOQL query*" to return the column names of an object. For example, I…
Travis
  • 401
  • 1
  • 5
  • 21
5
votes
3 answers

why do people choose SnapLogic over informatica for cloud integration?

We are looking for a good cloud integration tool. we have informatica cloud and SnapLogic as an option, but still looking for more information what key features differentiate these two tools? people are choosing SnapLogic over informatica these…
Dirjit
  • 87
  • 1
  • 8
3
votes
2 answers

Turning Array Into String in SnapLogic

I have the output of a SalesForce SOQL snap that is a JSON in this format. [ { "QualifiedApiName": "Accelerator_Pack__c" }, { "QualifiedApiName": "Access_Certifications__c" }, { "QualifiedApiName": "Access_Requests__c" }, …
Travis
  • 401
  • 1
  • 5
  • 21
3
votes
1 answer

Using Third Party Libraries in Snaplogic Script Snap

I am attempting to create a python script using the script snap to issue a batch request to a Cassandra cluster (the Cassandra script does not support batch operations for some reason), and I need a way to use the 'cassandra' library I have looked…
Zachary Oldham
  • 838
  • 1
  • 5
  • 21
2
votes
1 answer

How do I turn array items into an object in SnapLogic

In SnapLogic, I have an input JSON like the one below, it appears to be an array. I am trying to put it into a structure where it is an object called "remitLocations" composed of an array of addresses containing the following items. I have been…
Travis
  • 401
  • 1
  • 5
  • 21
2
votes
1 answer

Ultra Task not able to retrieve entire number of records

I have an Ultra Pipeline that is always up. The statistics that I need are the average duration of the pipeline executions from the Dashboard for the past 7 days. When I try to retrieve these records using the SnapLogic API from the REST Get Snap, I…
TeaGo
  • 21
  • 3
2
votes
1 answer

SnapLogic - Altering array elements in Mapper

I currently have an incoming .json file that I am routing through a Mapper snap. In that mapper snap, I need to take an array of names bob.jones, eric.smith, etc, and add the string @email.com to each of them. The path for these names in the schema…
Travis
  • 401
  • 1
  • 5
  • 21
2
votes
1 answer

How to do addition in mapper using snaplogic?

I want to do the addition of two input using mapper and send the data dynamically from the Postman in the form of JSON. So, want to add that data coming from the Postman.
2
votes
1 answer

How to convert Python script to JVM in snaplogic

The below-mentioned code is working fine but I want to integrate the below-mentioned python script to JVM script to run in SnapLogic tool. Any leads will be very helpful. import os import sys def execute(): …
sumathi
  • 55
  • 8
2
votes
1 answer

SnapLogic Python Read and Execute SQL File

I have a simple SQL file that I'd like to read and execute using a Python Script Snap in SnapLogic. I created an expression library file to reference the Redshift account and have included it as a parameter in the pipeline. I have the code below…
Jim H.
  • 23
  • 4
2
votes
1 answer

SnapLogic REST Post with JSON data

How do you make a REST Post in SnapLogic with JSON data as the body? I need to make a Post to yahoo bulk file download endpoint (https://api.admanager.yahoo.com/v1/rest/bulk/download) and the request body has to be in JSON format: { …
iambdot
  • 887
  • 2
  • 10
  • 28
2
votes
2 answers

What is Snaplogic?

As per Wikipedia: SnapLogic is a commercial software company that provides Integration Platform as a Service (iPaaS) tools for connecting Cloud data sources, SaaS applications and on-premises business software applications. It is surely a…
Bilesh Ganguly
  • 3,792
  • 3
  • 36
  • 58
1
vote
1 answer

Delta Logic implementation using SnapLogic with Azure Blob

Is there any snap available in SnapLogic to do following Connect with snowflake and get data by SELECT * FROM VIEW Connect with Azure Blob Storage and get the data from csv file : FILENAME_YYYYMMDD.csv Take only those data which are available in 1…
Shruti
  • 105
  • 1
  • 10
1
vote
1 answer

Snaplogic REST POST Snap: Failing with SSL error

I am trying to post a simple json to our backend api through REST POST snap. Everything was working. And then we changed the url to a new url and I updated the url in the snap. But now request is simply not reaching our new api server. In fact, the…
Manish Mishra
  • 12,163
  • 5
  • 35
  • 59
1
vote
1 answer

Splitting a string and mapping it to a JSON Array in Snaplogic

Afternoon. I am pulling fields out of salesforce using snaplogic and then calling a rest api with the results. One of the fields that I am mapping to the POST JSON Body needs to be an array. One of the fields that I am pulling out of salesforce is…
SoftwareSavant
  • 9,467
  • 27
  • 121
  • 195
1
2 3 4