Input and Output Documents in a pipeline

In this pipeline, the Group By N Snap groups the input documents into batches by the group size. The File Reader Snap passes the input documents to be parsed and sorted by the Group By N Snap.



  1. The File Reader Snap passes the input document order.json to be grouped into batches by size.



  2. The JSON Parser Snap parses the binary input from the File Reader Snap:


  3. The Sort Snap sorts the input documents in ascending order. The respective output preview:


  4. The Group By N Snap groups the Target Field $group.list in the size of 2 meaning each group will have a batch of two output documents.


  5. The output preview from the Group By N Snap with the grouping into batch of output documents by Group size 2:


To successfully reuse pipelines:
  1. Download and import the pipeline into SnapLogic.
  2. Configure Snap accounts as applicable.
  3. Provide pipeline parameters as applicable.