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

Forum Posts

Group By Field to Mapper

I built a pipeline that pulls a table from Anaplan renames the fields, then selects some of the fields via a mapper to send in a table via an email. The email sender sends one email per line in the Anaplan import. I am trying to group emails by usin...

Wmontero by New Contributor
  • 2958 Views
  • 2 replies
  • 0 kudos

Enable Batch Processing

How to limit the number of documents to get processed in batch? I would like to process the incoming documents in batch by limiting the count to process and start the second batch. Which snap will help us better here.

abinayad by New Contributor
  • 2380 Views
  • 3 replies
  • 0 kudos

Append string to a new line

Hello All, I am trying to append a new string value to the existing string value in the next line of the existing string, you may call it concatenation, but i am unable to do so, can someone please help me here. String 1: This is my first project ...

Resolved! Mapper for nest array

I’m trying transform the data as below using mapper. Could someone please let me know how this can be done with mapper snap. Input Schema: [ department_Id: number, details: [ { firstname: string, lastname: string, id: number}, { firstname: string, la...

Multi File Reader

Hi I am trying to use multifile reader to read files from SFTP where i have multiple files name as TEST_PO_0001 … TEST_PO_00064. I am able to only find the last modified file in the output view. Please explain this scenario.