Excel Add-In for JSON

Build 24.0.9060

Parsing Hierarchical Data

The add-in offers three basic configurations to model object arrays as tables, described in the following sections. The add-in will parse the JSON document and identify the object arrays. Or, set JSONPath to specify the object arrays you want to model 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 a JSON document. Nested object arrays are returned as JSON strings.
See Modeling JSON Data to configure column discovery or customize the detected schemas.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.9060