Skip to main content
Skip to main content

PrettyJSONEachRow

InputOutputAlias
PrettyJSONLines, PrettyNDJSON

Description

Differs from JSONEachRow only in that JSON is pretty formatted with new line delimiters and 4 space indents.

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

The output will be in JSON format:

Format Settings