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