JSONStringsEachRow
Input | Output | Alias |
---|---|---|
✗ | ✔ |
説明
JSONEachRow
との違いは、データフィールドが型付きの JSON 値ではなく、文字列で出力される点です。
Input | Output | Alias |
---|---|---|
✗ | ✔ |
JSONEachRow
との違いは、データフィールドが型付きの JSON 値ではなく、文字列で出力される点です。
{"num":"42","str":"hello","arr":"[0,1]"}
{"num":"43","str":"hello","arr":"[0,1,2]"}
{"num":"44","str":"hello","arr":"[0,1,2,3]"}