Skip to main content
Skip to main content

JSONCompactEachRow

InputOutputAlias

Description

Differs from JSONEachRow only in that data rows are output as arrays, not as objects.

Example Usage

Inserting Data

Using a JSON file with the following data, named as football.json:

Insert the data:

Reading Data

Read data using the JSONCompactEachRow format:

The output will be in JSON format:

Format Settings