-
Type:
Improvement
-
Status: Resolved
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.12.0
-
Component/s: None
-
Labels:
Similar to 6255
In expression language it would be very useful to hash arbitrary data or attributes from the incoming flow file. For example, if the incoming flow file has an attribute called 'serial_num', the user can hash this value in expression language like `${hash('MD5', 'serial_num')}` or similar syntax.
Today users need to add a CryptographicHashAttribute processor to accomplish this.
- is related to
-
NIFI-6255 Allow NiFi to hash specific attributes of a record
-
- Resolved
-