tuoqiao opened a new issue, #47698:
URL: https://github.com/apache/doris/issues/47698

   ### Search before asking
   
   - [x] I had searched in the 
[issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no 
similar issues.
   
   
   ### Version
   
   2.0.6
   
   ### What's Wrong?
   
   doris使用stream-load导入csv文件时,如果遇到数据内容中包含包围符,应该如何配置参数保证数据正确导入,
   例如:
   "张三","男","18","曾于2019年获得""三好市民""称号"
   以上数据是标准的csv文件,并能被excel打开,但stream-load不能正确解析
   提交参数如下:
   curl --location-trusted -u root:xxx \
       -H "label:load_label3" \
       -H "column_separator:," \
       -H "enclose:\"" \
       -H "trim_double_quotes:true"  \
       -T test_tb.csv \
       -XPUT http://xxx:8030/api/dataworks_test/test_tb/_stream_load
   
   ### What You Expected?
   
   stream-load能正确解析数据内容包含了包围符的数据
   
   ### How to Reproduce?
   
   _No response_
   
   ### Anything Else?
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [x] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to