You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Christian Zügner (Jira)" <ji...@apache.org> on 2020/02/04 15:13:00 UTC

[jira] [Created] (NIFI-7101) PivotDatabaseRecordLookupService: add new lookup service which pivot a key/value table

Christian Zügner created NIFI-7101:
--------------------------------------

             Summary: PivotDatabaseRecordLookupService: add new lookup service which pivot a key/value table
                 Key: NIFI-7101
                 URL: https://issues.apache.org/jira/browse/NIFI-7101
             Project: Apache NiFi
          Issue Type: Improvement
          Components: Core Framework
    Affects Versions: 1.11.1
            Reporter: Christian Zügner


Example:

Database Table
||ID||KEY_COL||VAL_COL||
|1|A|One|
|1|B|Two|

Result Record for Lookup Key 1
||map||
|{A=One, B=Two}|

 



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