hash
Parameters
name | Type | Description |
---|---|---|
field | string | Field to store hash value |
value | string | Templated string of value to be hashed |
method | string | Hashing method: sha1/sha256/md5 |
example
- hash:
value: "{{row.contents}}"
field: contents-sha1
method: sha1