vogievetsky opened a new pull request, #14783: URL: https://github.com/apache/druid/pull/14783
Adds a warning that the CSV or TSV sample contains newlines in values which is allowed in the format but Druid will not accept it in the expected way. Adding this because I got really tripped up by this myself. <img width="1792" alt="image" src="https://github.com/apache/druid/assets/177816/1bd4bc68-079c-473e-b43a-a561fe78abb6"> Try it with: ```csv "a","b","c","d","e" "hello world",2,3,4,5 ``` Feedback on copy very welcome. Also changed the links from http://ndjson.org/ to https://jsonlines.org (due to https://github.com/ndjson/ndjson-spec/issues/35#issuecomment-1285673417) -- 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]
