...
Limitations and Known Issues
None.
Snap Views
Type | Format | Number of Views | Examples of Upstream and Downstream Snaps |
---|---|---|---|
Input | Document Binary Binary or Document |
|
|
Output | Document Binary Binary or Document |
|
|
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:
Learn more about Error handling in Pipelines. |
Snap Settings
Info |
---|
|
Field Name | Field Type | Description | ||||||
---|---|---|---|---|---|---|---|---|
Label*
| 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 | String | Specify the string to generate a secret key and an initialization vector. If the secret key property is set, the password is ignored.
| ||||||
Secret key
| String | Specify the secret key used for decryption.
| ||||||
Initialization vector Default Value: N/A | String | Specify the initialization vector used for decryption. It should be in hexadecimal format, and should not be used in ECB mode. | ||||||
Cipher mode* Default Value: ECB | Dropdown list | Specify 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, OFB, OFB8, OFB16, OFB24, OFB32, OFB40, OFB48, OFB56, OFB64. | ||||||
Encryption padding*
| Dropdown list | Select the encryption padding from the list. The available options include:
When you select the 'NOPADDING' option, the data is processed in blocks of the same size. It ignores the characters in the end if those are less than the size of the block. As a result, there is a chance of of losing characters at the end. | ||||||
Snap Execution
| Dropdown list |
|
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
...