This is an automated email from the ASF dual-hosted git repository.

dataroaring pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git


The following commit(s) were added to refs/heads/master by this push:
     new bbd1873d964 Update export-manual.md (#2584)
bbd1873d964 is described below

commit bbd1873d964f562e1dbe30935dc58b8871253279
Author: yuanyuan8983 <[email protected]>
AuthorDate: Mon Mar 2 09:43:46 2026 +0800

    Update export-manual.md (#2584)
    
    ## Versions
    
    - [ ] dev
    - [ ] 3.0
    - [x] 2.1
    - [ ] 2.0
    
    ## Languages
    
    - [ ] Chinese
    - [ ] English
    
    ## Docs Checklist
    
    - [ ] Checked by AI
    - [ ] Test Cases Built
---
 .../version-2.1/data-operate/export/export-manual.md                | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/data-operate/export/export-manual.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/data-operate/export/export-manual.md
index acbedb35473..aa9ede3738e 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/data-operate/export/export-manual.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/data-operate/export/export-manual.md
@@ -60,7 +60,7 @@ EXPORT TABLE tbl
 TO "hdfs://host/path/to/export_" 
 PROPERTIES
 (
-    "line_delimiter" = ","
+    "column_separator" = ","
 )
 with HDFS (
     "fs.defaultFS"="hdfs://hdfs_host:port",
@@ -75,7 +75,7 @@ with HDFS (
 ```sql
 EXPORT TABLE tbl TO "s3://bucket/export/export_" 
 PROPERTIES (
-    "line_delimiter" = ","
+    "column_separator" = ","
 ) WITH s3 (
     "s3.endpoint" = "xxxxx",
     "s3.region" = "xxxxx",
@@ -351,7 +351,7 @@ Export 任务的底层是执行`SELECT INTO OUTFILE` SQL 语句。用户发起
 EXPORT TABLE db.tbl TO "file:///path/to/result_"
 PROPERTIES (
   "format" = "csv",
-  "line_delimiter" = ","
+  "column_separator" = ","
 );
 ```
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to