heartdance commented on issue #35954:
URL: https://github.com/apache/doris/issues/35954#issuecomment-2151562153

   请求头csv相关参数设置如下:
   columns: f1,f2,f3,f4,f5,f6
   column_separator: ,
   enclose: '
   escape: \
   数据格式如下:
   ```csv
   1,2,3,'line1\r\nline2\r\nline3\r\n...',5,6
   1,2,3,'line1\r\nline2\r\nline3\r\n...',5,6
   ...
   ```
   相同的一批数据,如果按每10条一批插入就没问题,按10000条左右(共64MB左右)批量插入就会报错,其中某行会从lineN被截断


-- 
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

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