TDV Adapter for XML

Build 22.0.8462

Parsing Hierarchical Data

The adapter offers three basic configurations to model nested data in XML as tables.

  • Flattened Documents Model: Implicitly join nested object arrays into a single table.
  • Relational Model: Model object arrays as individual tables containing a primary key and a foreign key that links to the parent document.
  • Top-Level Document Model: Model a top-level view of an XML document. Nested object arrays are returned as XML aggregates.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462