Uploaded image for project: 'Apache NiFi'
  1. Apache NiFi
  2. NIFI-4366

XML Record Reader

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Resolved
    • Major
    • Resolution: Duplicate
    • None
    • None
    • Extensions
    • 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>
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              pvillard Pierre Villard
              Votes:
              1 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: