physym opened a new issue, #1228:
URL: https://github.com/apache/doris-website/issues/1228

   csv文件其中一行数据:
   ...
   a|b|c|"d|e"|f
   ...
   使用以下命令导入
   load data local infile 'test.csv'
   into table test
   columns terminated by '|'
   lines terminated by '\n'
   ignore 1 rows
   properties ("enclose"="\"","trim_double_quotes"="true")
   执行后报错,提示数据被分成了6列,应该是5列,也就是enclose没有起作用


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to