You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2020/09/11 17:08:04 UTC

[jira] [Commented] (NIFI-7800) Provide an option to omit XML declaration for XMLRecordSetWriter

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

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

Commit fd8b0b286fbb83cfdba3a24b2a3e6f647cf395bf in nifi's branch refs/heads/main from Mohammed Nadeem
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=fd8b0b2 ]

NIFI-7800: Provide an option to omit XML declaration for XMLRecordSetWriter

NIFI-7800: Mark new property as required

Signed-off-by: Matthew Burgess <ma...@apache.org>

This closes #4520


> Provide an option to omit XML declaration for XMLRecordSetWriter
> ----------------------------------------------------------------
>
>                 Key: NIFI-7800
>                 URL: https://issues.apache.org/jira/browse/NIFI-7800
>             Project: Apache NiFi
>          Issue Type: Improvement
>          Components: Extensions
>            Reporter: Nadeem
>            Assignee: Nadeem
>            Priority: Minor
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> Currently XMLRecordSetWriter doesn't allow an output to omit XML declaration like how EvaluateXQuery provides. This improvement will be extremely helpful for downstream processors which handle splitting/merging of multiple flowfiles from many data-sources. Existing workaround is to use ReplaceText processor with *First-Line* as *Line-by-Line-Evaluation-Mode* to omit <?xml version="1.0" ?>. Enabling this option will avoid using extra ReplaceText. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)