[
https://issues.apache.org/jira/browse/NIFI-2819?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15629605#comment-15629605
]
ASF GitHub Bot commented on NIFI-2819:
--------------------------------------
Github user olegz commented on a diff in the pull request:
https://github.com/apache/nifi/pull/1130#discussion_r86191393
--- Diff:
nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/ModifyBytes.java
---
@@ -66,13 +66,15 @@
.required(true)
.addValidator(StandardValidators.DATA_SIZE_VALIDATOR)
.defaultValue("0 B")
+ .expressionLanguageSupported(true)
.build();
public static final PropertyDescriptor END_OFFSET = new
PropertyDescriptor.Builder()
.name("End Offset")
--- End diff --
@mattyb149 yes it's +1 here. And yes please raise the improvement JIRA.
I'll merge
> Improve ModifyBytes (Add expression language support)
> -----------------------------------------------------
>
> Key: NIFI-2819
> URL: https://issues.apache.org/jira/browse/NIFI-2819
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Extensions
> Affects Versions: 1.0.0
> Reporter: n h
> Assignee: Matt Burgess
> Fix For: 1.1.0
>
>
> Add expression language support to "Start Offset" and "End Offset"
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)