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

Andrew Lim commented on NIFI-4366:
----------------------------------

Hi [~pvillard],  I was interested in XML record reader/writer functionality 
also and saw that NIFI-4185 had been filed.  Close as dupe?

> 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)

Reply via email to