Documentation Index
Fetch the complete documentation index at: https://private-7c7dfe99-page-updates.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
| Input | Output | Alias |
|---|---|---|
| ✔ | ✔ | JSONEachRow, JSONLines, NDJSON, JSONL |
Description
In this format, ClickHouse outputs each row as a separated, newline-delimited JSON Object. This format is also known asJSONEachRow, NDJSON (Newline Delimited JSON), or JSONL (JSONLines). All these names are aliases for the same format and can be used interchangeably.
Example usage
Inserting data
Using a JSON file with the following data, named asfootball.json:
Reading data
Read data using theJSONLines format: