You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Mike Thomsen (Jira)" <ji...@apache.org> on 2020/05/25 10:49:00 UTC

[jira] [Updated] (NIFI-6255) Allow NiFi to hash specific attributes of a record

     [ https://issues.apache.org/jira/browse/NIFI-6255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mike Thomsen updated NIFI-6255:
-------------------------------
    Fix Version/s: 1.12.0
       Resolution: Fixed
           Status: Resolved  (was: Patch Available)

> Allow NiFi to hash specific attributes of a record
> --------------------------------------------------
>
>                 Key: NIFI-6255
>                 URL: https://issues.apache.org/jira/browse/NIFI-6255
>             Project: Apache NiFi
>          Issue Type: New Feature
>          Components: Extensions
>            Reporter: Nathan Bruce
>            Assignee: Phillip Grenier
>            Priority: Trivial
>             Fix For: 1.12.0
>
>          Time Spent: 3h
>  Remaining Estimate: 0h
>
> Create a processor for NiFi to read in a file of records through the Record Reader service and hash specific keys within the record. 
> The processor will accept a comma delimited list of strings that would specify the keys to be hashed, as an attribute. If the keys specified are not present in a given record, the processor should continue without resulting in a failure. 
> The processor will have a list of hashing algorithms to be applied to the record, as well as an optional salt. 
> The hashed value will replace the current value stored for the given key then passed on to the Record Writer service. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)