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

Forum Posts

Resolved! Convert CSV to required format

Hello All, I’m trying to Conver a CSV file to a JSON Format. Can anyone provide some inputs on how to achieve the required output format into a mapper? Required Format: { “values”: [ [ “Row1-Column1 Data”, “Row1-Column2 Data” ], [ “Row2-Column1 Data”...

skodali by New Contributor III
  • 6866 Views
  • 11 replies
  • 3 kudos

Unix Execute

I need to execute a shell script on a remote server. I’ve obtained the Unix Execute snap for that purpose but to configure the Unix Passwordless account I need to upload the .pem file to the snaplogic file repository. It feels a bit insecure to me an...

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

Writing Zip Files to S3

I am encountering some severe sluggishness in writing zip files to S3. When writing a 76 MB file, it takes 12 minutes to complete, versus 16 second when writing to a local destination. I think the problem is in transferring from ground to cloud. This...

jskrable by New Contributor III
  • 5075 Views
  • 5 replies
  • 6 kudos

Resolved! Group By Fields After Mapper / Structure

Hello all, I’m currently creating a pipeline which some basic distribution data for a document. Each of these has a foreign key ‘RevisionID’. I need to do multiple lookups on different tables to pull through and replace other foreign keys with the da...

khenderson by New Contributor II
  • 4462 Views
  • 3 replies
  • 3 kudos

PostgreSQL JDBC Connection Error

I’m getting an error at the end of a pipeline I have. The error says that it’s failing to run an insert statement but if I manually run the same insert statement it runs fine. I have a feeling that it is due to a timeout limit somewhere. Has anyone s...