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
Differs from theJSONCompactEachRow format in that it also prints the header row with column names, similar to the TabSeparatedWithNames format.
Example usage
Inserting data
Using a JSON file with the following data, named asfootball.json:
Reading data
Read data using theJSONCompactEachRowWithNames format:
Format settings
If setting
input_format_with_names_use_header is set to 1,
the columns from input data will be mapped to the columns from the table by their names, columns with unknown names will be skipped if setting input_format_skip_unknown_fields is set to 1.
Otherwise, the first row will be skipped.