You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2022/02/16 15:57:09 UTC

[GitHub] [druid] FrankChen021 commented on issue #11491: Batch ingestion fails for CSV's embedded newline characters

FrankChen021 commented on issue #11491:
URL: https://github.com/apache/druid/issues/11491#issuecomment-1041814671


   > > Actually, Druid will separate input as lines by '/n' first, then it use com.opencsv library to parse line.
   > 
   > Is this intended, or are there any workarounds? Loading CSVs with embedded newlines (wrapped in quotes) seems like a reasonable use-case.
   
   I think when the CSV parser is designed, it is not expected that a row spans multiple lines. Even though the underlying parser that is used by Druid supports data in multiple lines, due to the highly abstraction of parser, it's a little bit difficult to make changes to current CSV parser to support such feature.


-- 
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-unsubscribe@druid.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org