Skip to content

NIFI-2819: Added support for Expression Language in ModifyBytes#1130

Closed
mattyb149 wants to merge 1 commit intoapache:masterfrom
mattyb149:NIFI-2819
Closed

NIFI-2819: Added support for Expression Language in ModifyBytes#1130
mattyb149 wants to merge 1 commit intoapache:masterfrom
mattyb149:NIFI-2819

Conversation

@mattyb149
Copy link
Copy Markdown
Contributor

No description provided.

@mattyb149 mattyb149 changed the title NIFI-2819: Added support for Expresssion Language in ModifyBytes NIFI-2819: Added support for Expression Language in ModifyBytes Oct 13, 2016
.expressionLanguageSupported(true)
.build();
public static final PropertyDescriptor END_OFFSET = new PropertyDescriptor.Builder()
.name("End Offset")
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When I saw end-offset i got confused since the next offset is the end offset, but description states its Number of bytes removed at the end of the file. This means it's not an offset at all.
I know this is not part of the immediate issue, but at least consider raising an improvement JIRA where this could be fixed. Obviously we can't change the name, so we'll keep it, but we can add displayProperty(..)

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works for me, do you want to write the improvement Jira or should I? Is this PR good to go otherwise?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mattyb149 yes it's +1 here. And yes please raise the improvement JIRA.
I'll merge

@asfgit asfgit closed this in 892c74d Nov 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants