wunan1210 commented on a change in pull request #6373:
URL: https://github.com/apache/incubator-doris/pull/6373#discussion_r683044888



##########
File path: extension/DataX/doriswriter/doc/doriswriter.md
##########
@@ -163,6 +163,18 @@ DorisWriter 通过Doris原生支持Stream load方式导入数据, DorisWriter
   - 描述:每批次数据包含多行,每行为 Json 格式,每行的的分隔符即为 lineDelimiter。
   - 必选:否
   - 默认值:`\n`
+  
+* **format**
+
+  - 描述:导入数据的格式, 可以使是json或者csv。
+  - 必选:否
+  - 默认值:`json`
+  
+* **columnSeparator**
+
+  - 描述:当导入的格式是csv时, 字段之间的分隔符。
+  - 必选:否
+  - 默认值:`\t`

Review comment:
       already support invisible multi-bytes, like '\x01\x02'. but in version 
0.14,  doris seem to only accept one byte. Branch master looks to handle 
multi-bytes .  ^_^




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to