[doc](fix) json load supported format (#27415)

Co-authored-by: qinhao <qinhao@newland.com.cn>
This commit is contained in:
HowardQin
2023-11-24 16:06:44 +08:00
committed by GitHub
parent 89d5efac46
commit fdcb401835
2 changed files with 3 additions and 3 deletions

View File

@ -40,7 +40,7 @@ Other ways of importing data in JSON format are not currently supported.
## Supported JSON Formats
Currently only the following two JSON formats are supported:
Currently only the following three JSON formats are supported:
1. Multiple rows of data represented by Array

View File

@ -40,7 +40,7 @@ Doris 支持导入 JSON 格式的数据。本文档主要说明在进行 JSON
## 支持的 JSON 格式
当前仅支持以下种 JSON 格式:
当前仅支持以下种 JSON 格式:
1. 以 Array 表示的多行数据
@ -80,7 +80,7 @@ Doris 支持导入 JSON 格式的数据。本文档主要说明在进行 JSON
这种方式通常用于 Routine Load 导入方式,如表示 Kafka 中的一条消息,即一行数据。
2. 以固定分隔符分隔的多行 Object 数据
3. 以固定分隔符分隔的多行 Object 数据
Object表示的一行数据即表示要导入的一行数据,示例如下: