Designing and Running Pipelines
Discuss how to use the SnapLogic platform.
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! How to add a custom Header in a file?

Hi, I am reading some table data from a SQL Server (‘SQL Server - Execute’ snap) and writing the output to a text file (‘File Writer’ snap) (using a ‘CSV formatter’ between he above snaps) ‘SQL Server - Execute’ → ‘CSV formatter’ → ‘File Writer’ Req...

anivtk by New Contributor II
  • 2781 Views
  • 2 replies
  • 1 kudos

Resolved! SSO login issues

Hi , We have multiple Snaplogic orgs created which are using same Identity Provider ( IdP). Today on one of the org i changed the IdP and when i tried to login back using SSO i received an error message “Single Sign On authentication failed.SSO login...

Petrica by New Contributor II
  • 4901 Views
  • 7 replies
  • 0 kudos

Rest Post with attachment and form data

Hello Snaplogic gurus, Can any one give me pointers how I can convert this into snaplogic pipeline? Thanks Manohar curl -L -X POST ‘https://test.coupahost.com/api/purchase_orders/471/attachments’ -H ‘Accept: application/json’ -H 'X-COUPA-API-KEY: x...

manohar by Contributor
  • 3165 Views
  • 3 replies
  • 6 kudos

Rest POST for --data-raw

How can I call below curl command in Rest POST snap curl --location --request POST ‘localhost:8086/api/v2/write?bucket=mydb&precision=s’ --header ‘Content-Type: application/x-www-form-urlencoded’ --data-raw ‘mem,host=test’ Pls advice?

munish by New Contributor
  • 2400 Views
  • 1 replies
  • 4 kudos

Create JSON from CSV file

Hi, I am new to snaplogic and want to create a JSON structure from a CSV file. CSV file data “Name”,“AddressLine1” “Test1234”,“122 Test St” The structure i need is very specific like: [ { “attributes”: { “Name”: [ { “value”: “Test1234” } ], “Addresse...

Parin by New Contributor
  • 4519 Views
  • 4 replies
  • 0 kudos