Hacker News new | ask | show | jobs
by cm2187 682 days ago
The one tools get the most wrong is that there is no escaping of the new line character.
1 comments

Oh yes, but I encountered it on the parsing side. A CSV parsing algorithm that does parallel processing would have this issue.

DuckDB has this problem when the parallel processing of CSV is enabled.

Understandably though because they want to process many lines in parallel.