JSONCompactStringsEachRow
Input | Output | Alias |
---|---|---|
✔ | ✔ |
Description
Differs from JSONCompactEachRow
only in that data fields are output as strings, not as typed JSON values.
Example Usage
Example:
["42", "hello", "[0,1]"]
["43", "hello", "[0,1,2]"]
["44", "hello", "[0,1,2,3]"]