Uploaded image for project: 'Teiid'
  1. Teiid
  2. TEIID-1896

incorrect xml generated from jsontoxml with nested arrays

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 8.0, 7.7.9
    • 7.4
    • Query Engine
    • None

      Non-root arrays are being nested, which is against the expectation defined in the reference. Instead of:

      <root>
      <x>
      <x>1</x>
      <x>1</x>
      </x>
      </root>

      it should be:

      <root>
      <x>1</x>
      <x>1</x>
      </root>

              rhn-engineering-shawkins Steven Hawkins
              rhn-engineering-shawkins Steven Hawkins
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: