doc_stream_load_format (#12144)

doc_stream_load_format
This commit is contained in:
catpineapple
2022-09-02 09:22:10 +08:00
committed by GitHub
parent 10c3e683dd
commit 3ce6bb548d
2 changed files with 2 additions and 2 deletions

View File

@ -99,7 +99,7 @@ Parameter introduction:
11. exec_mem_limit: Import memory limit. Default is 2GB. The unit is bytes.
12. format: Specify the import data format, the default is csv, and json format is supported.
12. format: Specify the import data format, the default is csv, and csv_with_names(filter out the first row of your csv file), csv_with_names_and_types(filter out the first two lines of your csv file), json format are supported.
13. jsonpaths: The way of importing json is divided into: simple mode and matching mode.

View File

@ -99,7 +99,7 @@ curl --location-trusted -u user:passwd [-H ""...] -T data.file -XPUT http://fe_h
11. exec_mem_limit: 导入内存限制。默认为 2GB。单位为字节。
12. format: 指定导入数据格式,默认是csv,支持json格式。
12. format: 指定导入数据格式,默认是csv,支持:csv_with_names(支持csv文件行首过滤),csv_with_names_and_types(支持csv文件前两行过滤) 或 json格式。
13. jsonpaths: 导入json方式分为:简单模式和匹配模式。