Hacker News new | ask | show | jobs
by cafard 2732 days ago
Newlines in the middle of a quoted field will cause problems for a lot of tools. And Python's csv.DictReader gives an error when a delimited file has too few fields.

But one can usually work around this.