[
https://issues.apache.org/jira/browse/NIFI-11029?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matt Burgess updated NIFI-11029:
--------------------------------
Fix Version/s: 1.20.0
Resolution: Fixed
Status: Resolved (was: Patch Available)
> Add Standard XML Parsing to ExtractCCDAAttributes
> -------------------------------------------------
>
> Key: NIFI-11029
> URL: https://issues.apache.org/jira/browse/NIFI-11029
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Extensions
> Reporter: David Handermann
> Assignee: David Handermann
> Priority: Minor
> Fix For: 1.20.0
>
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> The {{ExtractCCDAAttributes}} Processor uses a custom {{CDAUtil}} class to
> load and parse the FlowFile {{InputStream}}. The {{CDAUtil}} class also
> includes a {{load}} method that takes a standard DOM {{Document}}. The
> Processor should be updated to use the standard {{nifi-xml-processing}}
> library for parsing the XML prior to calling {{CDAUtil.load}}.
> In addition to implementing standard XML parsing, the
> {{ExtractCCDAAttributes}} Processor should be deprecated for removal because
> the implementation relies on outdated libraries, and the extensive use of
> FlowFile attributes does not align with best practices for record-oriented
> data handling.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)