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

Forum Posts

Excel columns to xml using paticular xsd

Hi All, I had parsed the excel sheets which is required and got the columns and rows need to convert to xml with xsd as shown below B & C are columns of one excel sheet after parsing pls could any one help how incoming data should be structured/fr...

rashmi by New Contributor III
  • 3530 Views
  • 7 replies
  • 0 kudos

Resolved! Using Mapper to flatten my JSON with Array

I’m trying to flatten my object using a Mapper Snap before I export it to CSV. But I have been unable to map the fields coming in from the child records. Attached is a sample JSON file that represents my input. Script_output0.json (2.8 KB) I have tri...

jordanc by New Contributor II
  • 7422 Views
  • 5 replies
  • 5 kudos

Downloading files stored in Google Drive

Dear Community, I have a use case wherein I need to download a file from Google Drive. I followed this guide and the authorization is working fine: Connecting SaaS providers with SnapLogic's OAuth-enabled REST Snaps | SnapLogic Then, I configure RE...

marenas by Contributor
  • 4369 Views
  • 7 replies
  • 0 kudos

Resolved! Unique in multiple childs

Hi there, I have a schema like this in which the data looks like below Basically, I am making an API call to insert order Line, and as they are getting inserted, the response result is bringing back the records. starts with 1 then based on the numb...

manohar by Contributor
  • 1775 Views
  • 4 replies
  • 5 kudos

Read a zip file

Hello all, I have a requirement where: I am getting a response from a REST GET as a ZIP file. I need to extract out this zip file.Can anyone suggest me a way to do so. Thanks.