Skip to main content
Skip to main content

JSONCompactStringsEachRow

InputOutputAlias

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]"]

Format Settings