From 3c6fdd3c49184e4a5ff75e571ccfaa323a3ce887 Mon Sep 17 00:00:00 2001 From: richie Date: Mon, 26 Sep 2022 15:14:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=96=87=E6=A1=A3=E8=AF=B4?= =?UTF-8?q?=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0af763f..6220b68 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,8 @@ String tableId = operation.createTable("HelloTable", "#分组Id(可选)"); "1/4/2016","西安市","中国","西北工业大学","陕西省","430000","430000" ``` +**特别注意:csv文件需要使用utf-8编码,其他编码均无法正确解析** + **注意:** 当前暂时不支持追加数据,仅支持全部替换数据。 ```java