PropertyDigestValve

Valve to digest a value and store it to an item property

Valve operates on the Current Item Set and will process all Items surviving the common item filtering rules.

Properties

Name Description Default value Mandatory Supports property expansion
value The name of the property to digest. Yes Yes
name The name of the property to set/update with the result of the operation. Yes Yes
algorithm The algorithm to use when creating the digest. SHA-256 No No
salt The salt to use when creating the digest. random created salt No No

Example Configuration

{
        "name": "PropertyDigestValve",
        "config": { 
              "name":"carLicense",
              "value":"{{request.carLicense}}"
        }
}

Requirements

Item set must have at least one entry.