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

ASF subversion and git services commented on NIFI-2465:
-------------------------------------------------------

Commit b0122c6a73846eba4dcbff402c19b2cf1ded7951 in nifi's branch 
refs/heads/master from [~simonellistonball]
[ https://git-wip-us.apache.org/repos/asf?p=nifi.git;h=b0122c6 ]

NIFI-2465 - InferAvroSchema EL support based on incoming FlowFiles

This closes #863.

Signed-off-by: Bryan Bende <[email protected]>


> 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