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

Forum Posts

Using union in Execute SQL snap

I have an Execute SQL where I wan to add column names to my output file before adding the data. For example: select ‘Last_Name’||chr(09)||‘First_Name’ from sys.dual union select rtrim(spriden_last_name) from spriden||chr(09)||select rtrim(spriden_fir...

clarrivey by New Contributor
  • 3258 Views
  • 5 replies
  • 0 kudos

How to create a Dynamic pipeline

Hi, I have a requirement to extract data through multiple azure tables from SQL server & dump into multiple tables in azure tables. I wanted to create a generic pipeline. Can anyone suggest how to create it? Thanks

Himani by New Contributor
  • 1179 Views
  • 0 replies
  • 0 kudos

REST POST a file to box.com

Hi, I’m trying to do a multi-part form REST Post to box.com upload API which requires a file and an attributes part. We’re getting an error indicating that the parent parameter can’t be found. Parent is essentially the folder id in Box. The box AP...

JavaScript Function Scoping (Script Snap)

I thought about creating a ticket to ask this, then realized others probably could use this information as well… When writing a script for a JavaScript snap, one can define all the subroutines as member functions within the “impl” object: var impl = ...

Resolved! Read JSON Values

Hi, I have the below output from a mapper snap and I want to read the value from it. Could you suggest how to do it? Required output - /hcmService/FlowActionsService?WSDL JSON output from mapper is as below - [ { “HCM_Account”: “/hcmService/FlowActio...