Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

In this article

...

Support for Ultra Pipelines

Works in Ultra Pipelines.


Limitations and Known Issues

...

Type

Format

Number of Views

Examples of Upstream and Downstream Snaps

Description

Input 

Binary



  • Min: 1

  • Max: 1

  • File Reader

  • Compress

Requires the EDI data and internal ID as a JSON document.

Output

Binary



  • Min: 1

  • Max: 1

  • File Writer

  • Decompress

The EDI transaction ID and order confirmation.

Error

Error handling is a generic way to handle errors without losing data or failing the Snap execution. You can handle the errors that the Snap might encounter while running the Pipeline by choosing one of the following options from the When errors occur list under the Views tab. The available options are:

  • Stop Pipeline Execution: Stops the current pipeline execution when the Snap encounters an error.

  • Discard Error Data and Continue: Ignores the error, discards that record, and continues with the rest of the records.

  • Route Error Data to Error View: Routes the error data to an error view without stopping the Snap execution.

Learn more about Error handling in Pipelines.

Snap Settings

Info
  • Asterisk (*): Indicates a mandatory field.

  • Suggestion icon ((blue star)): Indicates a list that is dynamically populated based on the configuration.

  • Expression icon ((blue star)): Indicates whether the value is an expression (if enabled) or a static value (if disabled). Learn more about Using Expressions in SnapLogic.

  • Add icon ((blue star)): Indicates that you can add fields in the field set.

  • Remove icon ((blue star)): Indicates that you can remove fields from the field set.

Field Name

Field Type

Description

Label


Default ValueAES Encrypt
ExampleAES Encrypt


String

Specify the name for the Snap. You can modify this to be more specific, especially if you have more than one of the same Snap in your pipeline.


Password


Default Value: N/A
ExampleK1qjoeFQTr



String

Specify the string used to generate a secret key and an initialization vector.

If Password is set, the Secret key is ignored.

Secret key


Default Value: N/A
Example:VsWLDQMvz9LaCaB3aaDHBw==


String

Specify the secret key used for encryption.

If Password is set, the Secret key is ignored.


Initialization vector


Default Value: N/A
Example6df68cdf3a6c48b2fde727541f3cecc


String

Specify the initialization vector used for encryption. It should be in hexadecimal format, and is not used in ECB mode.
 

Cipher mode*


Default ValueECB
ExampleCFB8

Dropdown list

Select the mode of operation for a block cipher.

The available options include: ECB, CBC, PCBC, CTR, CTS, CFB, CFB8, CFB16, CFB24, CFB32, CFB40, CFB48, CFB56, CFB64, CFB72, CFB80, CFB88, CFB96, CFB104, CFB112, CFB120, CFB128, OFB, OFB8, OFB16, OFB24, OFB32, OFB40, OFB48, OFB56, OFB64, OFB72, OFB80, OFB88, OFB96, OFB104, OFB112, OFB120, OFB128.


Encryption padding*


Default Value:PKCS5PADDING
Example:NOPADDING

Dropdown list

Select the encryption padding. The available options include: PKCS5PADDING, ISO10126PADDING, NOPADDING.


Snap Execution


Default Value: Validate & Execute
Example: Execute only


Dropdown list

Multiexcerpt include macro
nameSnap_Execution_Introduced
pageAnaplan Read

...