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

[jira] [Created] (NIFI-7763) Split and map functions in NiFi Expression Language

Malthe Borch created NIFI-7763:
----------------------------------

             Summary: Split and map functions in NiFi Expression Language
                 Key: NIFI-7763
                 URL: https://issues.apache.org/jira/browse/NIFI-7763
             Project: Apache NiFi
          Issue Type: Improvement
            Reporter: Malthe Borch


This is a proposal to extend the NiFi Expression Language with functions {{split}} and {{map}} that combine to allow expression such as:

{{${keys:split(","):map(key => "t1.${key} = t2.${key}"):join(" and ")}}}

That is, split the {{keys}} attribute and dynamically create a join condition based on a set of primary keys.



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