You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Joseph Witt (JIRA)" <ji...@apache.org> on 2019/02/07 22:15:00 UTC

[jira] [Commented] (NIFI-5903) Allow RecordPath to be used in order to access nested fields within QueryRecord

    [ https://issues.apache.org/jira/browse/NIFI-5903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16763127#comment-16763127 ] 

Joseph Witt commented on NIFI-5903:
-----------------------------------

[~markap14] [~mattyb149] I see matt was looking at other record related updates. Will this get reviewed with that or should we move off of 1.9.0?

> Allow RecordPath to be used in order to access nested fields within QueryRecord
> -------------------------------------------------------------------------------
>
>                 Key: NIFI-5903
>                 URL: https://issues.apache.org/jira/browse/NIFI-5903
>             Project: Apache NiFi
>          Issue Type: Improvement
>            Reporter: Mark Payne
>            Assignee: Mark Payne
>            Priority: Major
>             Fix For: 1.9.0
>
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> QueryRecord is an immensely powerful tool when evaluating "flat" data such as CSV or flattened JSON. However, when evaluating data that has a lot of nested elements, it loses a lot of its power quickly because there is no way to query those nested elements. We should enable users to use RecordPath to pull out particular fields of a Record so that we can write queries like:
> {{SELECT *}}
> {{FROM FLOWFILE}}
> {{WHERE RPATH(organization, '/department/name') = 'Research and Engineering'}}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)