From issues-return-97683-archive-asf-public=cust-asf.ponee.io@nifi.apache.org Mon May 25 10:43:05 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 15BA418062C for ; Mon, 25 May 2020 12:43:04 +0200 (CEST) Received: (qmail 32520 invoked by uid 500); 25 May 2020 10:43:04 -0000 Mailing-List: contact issues-help@nifi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@nifi.apache.org Delivered-To: mailing list issues@nifi.apache.org Received: (qmail 32477 invoked by uid 99); 25 May 2020 10:43:04 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 May 2020 10:43:04 +0000 Received: from jira-he-de.apache.org (static.172.67.40.188.clients.your-server.de [188.40.67.172]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 0746CE313D for ; Mon, 25 May 2020 10:43:03 +0000 (UTC) Received: from jira-he-de.apache.org (localhost.localdomain [127.0.0.1]) by jira-he-de.apache.org (ASF Mail Server at jira-he-de.apache.org) with ESMTP id 4CAC1780733 for ; Mon, 25 May 2020 10:43:01 +0000 (UTC) Date: Mon, 25 May 2020 10:43:01 +0000 (UTC) From: "ASF subversion and git services (Jira)" To: issues@nifi.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (NIFI-6255) Allow NiFi to hash specific attributes of a record MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/NIFI-6255?page=3Dcom.atlassian.= jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D17115= 916#comment-17115916 ]=20 ASF subversion and git services commented on NIFI-6255: ------------------------------------------------------- Commit 0f4b79b55ec7e4a85334d4a0d3e7200021950d1a in nifi's branch refs/heads= /master from Phillip Grenier [ https://gitbox.apache.org/repos/asf?p=3Dnifi.git;h=3D0f4b79b ] NIFI-6255 NIFI-6287: Hash function for expression language and record path. NIFI-6255 NIFI-6287: Rebased to match the new expression language interface NIFI-6255 NIFI-6287: Fix wildcard imports and unused imports NIFI-6255 NIFI-6287: Move to the common codec DigetUtils Update commons-codec This closes #3624 Signed-off-by: Mike Thomsen > 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 > Time Spent: 2h 40m > Remaining Estimate: 0h > > Create=C2=A0a processor for NiFi to read in a file=C2=A0of records throug= h the Record Reader service and hash specific keys within the record.=C2=A0 > The processor will accept a comma delimited list of strings that would sp= ecify 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.=C2=A0 > The processor will have a list of hashing=C2=A0algorithms to be applied t= o the record, as well as an optional salt.=C2=A0 > The hashed value will replace the current value stored for the given key = then passed on to the Record Writer service.=C2=A0 -- This message was sent by Atlassian Jira (v8.3.4#803005)