Skip to main content
Skip to main content

JSONStringsEachRow

Description

Differs from JSONEachRow only in that data fields are output in strings, not in typed JSON values.

Example Usage

Example:

{"num":"42","str":"hello","arr":"[0,1]"}
{"num":"43","str":"hello","arr":"[0,1,2]"}
{"num":"44","str":"hello","arr":"[0,1,2,3]"}

Format Settings