Snap Packs
Discuss configuration of Snaps and general questions about our Snap Packs.
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

How to create an AES key for the AES Snaps?

Step 1: use openssl to create a new AES key. Below is an example of a command and the result. The iv string can be copy and pasted into the Initialization vector field of an AES encryption/decryption snap. $ openssl enc -aes-256-cbc -base64 -k sec...

eguo by Former Employee
  • 3016 Views
  • 0 replies
  • 1 kudos

Sharding SQL Server DB Table

Sharding a table is a type of partitioning that separates very large table the into smaller parts for loading data in parallel into target system. For Performance improvement the table was partitioned into multiple parts with Shard Offset snap and tr...

skatpally by Former Employee
  • 2804 Views
  • 0 replies
  • 0 kudos

How to generate a unique sequence number for every document

How to generate a unique sequence number It’s very simple to generate a unique sequence number on each document being processed through a snap. Below is the screen shot and attached is the sample pipeline. Sequence_2017_02_18.slp (2.8 KB)

lkummari by Former Employee
  • 3211 Views
  • 0 replies
  • 0 kudos

Group a number of records into a JSON list

How to group a set of number of records into a JSON list? It’s very simple to prepare the data into smaller groups with specific number of records in each list by specificfying it’s group size on the snap. Below is the quick screen shot of the config...

lkummari by Former Employee
  • 1700 Views
  • 0 replies
  • 0 kudos