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

ASF GitHub Bot commented on NIFI-2465:
--------------------------------------

GitHub user simonellistonball opened a pull request:

    https://github.com/apache/nifi/pull/863

    NIFI-2465 - InferAvroSchema EL support based on incoming FlowFiles

    Added evaluations for EL on incoming flow files, also added EL support for 
character set.
    Cleaned up some style inconsistency in tests.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/simonellistonball/nifi NIFI-2465

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/nifi/pull/863.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #863
    
----
commit 2c1720725e1b92e628e448eff3a6e197be237234
Author: Simon Elliston Ball <[email protected]>
Date:   2016-08-15T16:54:50Z

    NIFI-2465 - InferAvroSchema EL support based on incoming FlowFiles

----


> InferAvroSchema not evaluating EL against incoming FlowFile
> -----------------------------------------------------------
>
>                 Key: NIFI-2465
>                 URL: https://issues.apache.org/jira/browse/NIFI-2465
>             Project: Apache NiFi
>          Issue Type: Bug
>    Affects Versions: 0.5.0, 0.5.1, 0.7.0, 0.6.1
>            Reporter: Bryan Bende
>            Assignee: Simon Elliston Ball
>            Priority: Minor
>             Fix For: 1.1.0
>
>
> Many of the properties in InferAvroSchema support expression language, but 
> don't evaluate it against an incoming flow file. 
> Some examples:
> {code}
> context.getProperty(RECORD_NAME).evaluateAttributeExpressions().getValue()
> context.getProperty(HEADER_LINE_SKIP_COUNT).evaluateAttributeExpressions().asInteger()
> context.getProperty(ESCAPE_STRING).evaluateAttributeExpressions().getValue()  
>    
> context.getProperty(QUOTE_STRING).evaluateAttributeExpressions().getValue()
> {code}
> These should all use the incoming flow file.



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

Reply via email to