JSONCompactEachRow
| Input | Output | Alias | 
|---|---|---|
| ✔ | ✔ | 
Description
Differs from JSONEachRow only in that data rows are output as arrays, not as objects.
Example Usage
Example:
[42, "hello", [0,1]]
[43, "hello", [0,1,2]]
[44, "hello", [0,1,2,3]]
| Input | Output | Alias | 
|---|---|---|
| ✔ | ✔ | 
Differs from JSONEachRow only in that data rows are output as arrays, not as objects.
Example:
[42, "hello", [0,1]]
[43, "hello", [0,1,2]]
[44, "hello", [0,1,2,3]]