JSONStringsEachRow
Input | Output | Alias |
---|---|---|
✗ | ✔ |
Description
Differs from the JSONEachRow
only in that data fields are output in strings, not in typed JSON values.
Example Usage
{"num":"42","str":"hello","arr":"[0,1]"}
{"num":"43","str":"hello","arr":"[0,1,2]"}
{"num":"44","str":"hello","arr":"[0,1,2,3]"}