> ## Documentation Index
> Fetch the complete documentation index at: https://private-7c7dfe99-mintlify-8a08bda2.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> JSONEachRowWithProgress 포맷 문서

# JSONEachRowWithProgress

| 입력 | 출력 | 별칭 |
| -- | -- | -- |
| ✗  | ✔  |    |

<div id="description">
  ## 설명
</div>

[`JSONEachRow`](/ko/reference/formats/JSON/JSONEachRow)/[`JSONStringsEachRow`](/ko/reference/formats/JSON/JSONStringsEachRow)와 다른 점은 ClickHouse가 진행 정보도 JSON 값으로 함께 출력한다는 것입니다.

<div id="example-usage">
  ## 사용 예시
</div>

```json theme={null}
{"row":{"num":42,"str":"hello","arr":[0,1]}}
{"row":{"num":43,"str":"hello","arr":[0,1,2]}}
{"row":{"num":44,"str":"hello","arr":[0,1,2,3]}}
{"progress":{"read_rows":"3","read_bytes":"24","written_rows":"0","written_bytes":"0","total_rows_to_read":"3"}}
```

<div id="format-settings">
  ## 포맷 설정
</div>
