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

[jira] [Created] (NIFI-5998) EvaluateRecordPath Processor

Nimrod Avni created NIFI-5998:
---------------------------------

             Summary: EvaluateRecordPath Processor
                 Key: NIFI-5998
                 URL: https://issues.apache.org/jira/browse/NIFI-5998
             Project: Apache NiFi
          Issue Type: New Feature
    Affects Versions: 1.8.0
            Reporter: Nimrod Avni


We should have a EvaluateRecrodPath processor, which accepts a record reader as a property.

similarly to the EvaluateJsonPath and EvaluateXpath we should have some of their properties like:
 * Destination: flowfile-content or flowfile-attributes
 * Return type: return only the value of the record path or the entire structure (xml,json,csv), should have auto-detect,structure,value
 * Path not found behavior: ignore,warn or fail
 * Null Value Representation: empty string or the string 'null' 

 



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