| Input | Output | Alias |
|---|---|---|
| ✔ | ✔ |
Description
Similar to theTabSeparated format, but outputs a value in name=value format.
Names are escaped the same way as in the TabSeparated format, and the = symbol is also escaped.
Query
Response
When there are a large number of small columns, this format is ineffective, and there is generally no reason to use it.
Nevertheless, it is no worse than the
JSONEachRow format in terms of efficiency.tskv to be added without the equal sign or a value. This field is ignored.
During import, columns with unknown names will be skipped,
if setting input_format_skip_unknown_fields is set to 1.
NULL is formatted as \N.
Example usage
Inserting data
Using the following tskv file, named asfootball.tskv:
Reading data
Read data using theTSKV format: