Skip to main content
Skip to main content

JSONStringsEachRow

InputOutputAlias

Description

Differs from the JSONEachRow only in that data fields are output in strings, not in typed JSON values.

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 JSONStringsEachRow format:

The output will be in JSON format:

Format Settings