[
https://issues.apache.org/jira/browse/NIFI-4366?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pierre Villard resolved NIFI-4366.
----------------------------------
Resolution: Duplicate
You're right [~andrewmlim], closing, thanks!
> XML Record Reader
> -----------------
>
> Key: NIFI-4366
> URL: https://issues.apache.org/jira/browse/NIFI-4366
> Project: Apache NiFi
> Issue Type: New Feature
> Components: Extensions
> Reporter: Pierre Villard
>
> Create a XML Record Reader that can be used in record-oriented processors
> with XML data as input.
> The XML Reader should rely on a schema registry to ensure that the input data
> can be converted to records. This will be helpful to avoid issues in case
> we're reading a XML document with a single element that should, in fact, be
> an array.
> It's also necessary to define how different XML structures will be converted
> into records.
> {noformat}
> <record field="value" />
> {noformat}
> {noformat}
> <record>value</record>
> {noformat}
> {noformat}
> <record field="value">some text</record>
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)