产品概述
产品优势
应用场景
产品架构
地域介绍
##按 xml 格式导入load table infile 文件名 using tdr;##按 csv 格式导入load table infile 文件名;
参数 | Protobuf | TDR | 必填项 |
table | 表格名 | 表格名 | 是 |
using tdr | 不支持 | 一 xml 格式导出数据,文件结构严格满足 xml 语法,该操作必须在启动 client 时提供 tdr 文件 | 否 |
infile | 从文件读取数据 | 从文件读取数据 | 是 |
tcaplus> load table_list infile table_list_dump.xml using tdr;loaded 49 records successfultcaplus> load table_list infile table_list-dump.txt;loaded 98 records successful
文档反馈