From 66ac0f8664c29c372e28c0c35dc23d4e86314ef1 Mon Sep 17 00:00:00 2001 From: richie Date: Fri, 21 Oct 2022 17:26:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=B3=A8=E6=84=8F=E4=BA=8B?= =?UTF-8?q?=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e08f64..5f67c05 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,8 @@ String tableId = operation.createTable("HelloTable", "#分组Id(可选)"); "1/4/2016","西安市","中国","西北工业大学","陕西省","430000","430000" ``` -**特别注意:csv文件需要使用utf-8编码,其他编码均无法正确解析** +**特别注意1:csv文件需要使用utf-8编码,其他编码均无法正确解析** +**特别注意2:为了避免数据中的逗号和csv的分隔符冲突,我们要求所有的数据均要使用双引号包含起来** **注意:** 当前默认为全量覆盖表数据,如需切换到增量更新,参考接口/api/v1/datasource/table/modify。