Skip to content

Commit

Permalink
Merge pull request #276 from yangj1211/tar
Browse files Browse the repository at this point in the history
load data unsupport tar
  • Loading branch information
dengn authored Mar 6, 2024
2 parents 27c0cd3 + 2fa5a81 commit 04bee2f
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,9 @@ load data local infile 'file_name' into table tbl_name FIELDS TERMINATED BY '|'

有关导入这两种格式的文档,参见[导入*. csv* 格式数据](../../../App-Develop/import-data/bulk-load/load-csv.md)[导入 JSONLines 数据](../../../App-Develop/import-data/bulk-load/load-jsonline.md)

!!! note
`LOAD DATA` 支持导入压缩文件的类型有`lz4``gz``bz2``zlib``flate`,暂不支持导入以 `.tar`或者`.tar.xx`结尾的压缩文件。

### *CSV* 格式标准说明

MatrixOne Cloud 加载 *CSV* 格式符合 RFC4180 标准,规定 *CSV* 格式如下:
Expand Down

0 comments on commit 04bee2f

Please sign in to comment.