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

Forum Posts

Same column names in dat file

Hi, I have pipe limited dat file. I am using csv parser to get columns. The dat file has same column name(description) more than once but value is different eg- id name company cd description job description department description orgunit description...

Convert json to xml

Hello, I would like to know the best way to convert json list of accounts to an xml repeating element like below- “accounts”:[ “10”, “9”, “8”, “7”, “6”, “5”, “4”, “3”, “2”, “1” ] to ns1:AccountIds ns2:long10</ns2:long> ns2:long9</ns2:long> ns2:long8<...

Resolved! Error In File Operations Snap

HI, I was reading earlier post ppl are having issue with File Operation Snap. I am having same issue. I am trying to copy/Move file to one location to another. I have used File POLLER snap to find the file. and using FIle Operation snap but its giv...

Assume Role for S3 Writer

Hi, I’ve been provided access to write to an S3 bucket by a partner organisation, but I need to assume a role in order to have the correct credentials. How can I do this in Snaplogic?

chris_king by New Contributor II
  • 1018 Views
  • 0 replies
  • 0 kudos

Execute pipeline

Hi, I have a situation that my output view looks like this: So it is an array with 3 objects. In the next snap I have “Execute pipline” snap but it executes once for all arrays. I would like to execute this pipline for each object in this table, so ...

Select count not working base in variable

Hi, I want to pass the filename from parameter(pipeline-parameter) and check if that file is already loaded or not. If not loaded, then we go ahead to load it otherwise we do nothing. Actually i have parent job and then this is child job , so pipelin...