Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
None
-
None
-
None
Description
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.
<record field="value" />
<record>value</record>
<record field="value">some text</record>