You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by "Christopher McDermott (JIRA)" <ji...@apache.org> on 2016/04/06 16:23:25 UTC

[jira] [Updated] (NIFI-1660) Enhance the expression language with jsonPath function

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

Christopher McDermott updated NIFI-1660:
----------------------------------------
    Description: 
jsonPath would evaluate a JSON path provided, as an argument, against the subject.

Example
{quote}
$\{kafka.key:jsonPath('$.foo.bar')\}
{quote}

  was:
jsonPath would evaluate a JSON path provided as an argument against the subject.

Example
{quote}
$\{kafka.key:jsonPath('$.foo.bar')\}
{quote}


> Enhance the expression language with jsonPath function
> ------------------------------------------------------
>
>                 Key: NIFI-1660
>                 URL: https://issues.apache.org/jira/browse/NIFI-1660
>             Project: Apache NiFi
>          Issue Type: Improvement
>          Components: Core Framework
>    Affects Versions: 0.5.1
>            Reporter: Christopher McDermott
>            Priority: Minor
>
> jsonPath would evaluate a JSON path provided, as an argument, against the subject.
> Example
> {quote}
> $\{kafka.key:jsonPath('$.foo.bar')\}
> {quote}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)