[
https://issues.apache.org/jira/browse/NIFI-12561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17806190#comment-17806190
]
ASF subversion and git services commented on NIFI-12561:
--------------------------------------------------------
Commit 3c3ce0d51a08c70a0d80670c595dcfb8fbac1ea5 in nifi's branch
refs/heads/support/nifi-1.x from EndzeitBegins
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=3c3ce0d51a ]
NIFI-12561 Fixed MergeContent DELIMITER_STRATEGY_NONE Handling
This closes #8222
Signed-off-by: David Handermann <[email protected]>
(cherry picked from commit 4efabdcf51e89c93738b0dbab3eafefd12faec6a)
> MergeContent processor retains text delimiter settings when switched to 'Do
> Not Use Delimiters' strategy
> --------------------------------------------------------------------------------------------------------
>
> Key: NIFI-12561
> URL: https://issues.apache.org/jira/browse/NIFI-12561
> Project: Apache NiFi
> Issue Type: Bug
> Affects Versions: 1.24.0
> Environment: NiFi Docker
> Reporter: Mohammed Salim
> Assignee: endzeit
> Priority: Minor
> Time Spent: 1h 10m
> Remaining Estimate: 0h
>
> In the MergeContent processor version 1.24.0, when configuring the processor
> to use Text Delimiters (by setting values for Header, Footer, and
> Demarcator), and then changing the Delimiter Strategy to "Do Not Use
> Delimiters", the previously set values for the Text Delimiters Strategy are
> still being applied during processing.
> {_}Steps to Reproduce{_}:
> # Configure the MergeContent processor with the Delimiter Strategy set to
> "Text".
> # Set values for Header, Footer, and Demarcator.
> # Apply the configuration changes.
> # Change the Delimiter Strategy to "Do Not Use Delimiters" and apply the
> configuration.
> # Observe that the processor still uses the old values for Header, Footer,
> and Demarcator during processing, despite the Delimiter Strategy being set to
> "Do Not Use Delimiters".
> {_}Expected Behavior{_}: When changing the Delimiter Strategy to "Do Not Use
> Delimiters", any previously set values for Text Delimiters should not be
> applied.
> {_}Actual Behavior{_}: The processor retains and applies the old values for
> Text Delimiters even after changing the Delimiter Strategy to "Do Not Use
> Delimiters".
> {_}Environment{_}:
> * NiFi Version: 1.24.0
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)