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 |
|---|---|---|
| ✔ | ✔ |
Description
In this format, all data is represented as a single JSON Object.The
JSONColumns format buffers all data in memory and then outputs it as a single block, so, it can lead to high memory consumption.Example usage
Inserting data
Using a JSON file with the following data, named asfootball.json:
Reading data
Read data using theJSONColumns format:
Format settings
During import, columns with unknown names will be skipped if settinginput_format_skip_unknown_fields is set to 1.
Columns that are not present in the block will be filled with default values (you can use the input_format_defaults_for_omitted_fields setting here)