Skip to main content
Skip to main content

JSONAsObject

Description

In this format, a single JSON object is interpreted as a single JSON value. If the input has several JSON objects (comma separated), they are interpreted as separate rows. If the input data is enclosed in square brackets, it is interpreted as an array of JSONs.

This format can only be parsed for a table with a single field of type JSON. The remaining columns must be set to DEFAULT or MATERIALIZED.

Example Usage

Basic Example

An array of JSON objects

Columns with default values

Format Settings