n4j opened a new issue #11491:
URL: https://github.com/apache/druid/issues/11491


   When CSV files contains new line characters (wrapped in quotes), Druid is 
not able to handle it properly and the ingestion fails, this issue is similar 
to https://github.com/apache/druid/issues/3376
   
   ### Affected Version
   
   0.19.0
   
   ### Description
   We ingest several CSVs into Druid and often these CSVs have new line in the 
row values e.g.
   
   ```
   first_name,last_name
   "shah","nee
   raj"
   ```
   While all CSV parsers (Jackson for example) and Spreadsheet tools (Excel) 
are able to parse it correctly, Druid treats it as two rows which leads to 
inconsistent state
   


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