Cmdlets for Elasticsearch

Build 25.0.9434

Parsing Hierarchical Data

The cmdlet offers three basic configurations to model documents as tables, described in the following sections. The cmdlet will parse the Elasticsearch document and identify the nested documents.

  • Flattened Documents Model: Implicitly join nested documents into a single table.
  • Relational Model: Model nested documents 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 Elasticsearch document. Nested documents are returned as JSON strings.
See Searching with SQL to configure column discovery or customize the detected schemas.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434