On Fri, 2021-02-05 17:17:39 +0300, Filipp Gunbin wrote: > The commas inside a (quoted) field were replaced by newlines, this looks > like a bug. Caused by split-string not caring about char-syntax ?\". Here's a patch. If a line has quote chars, use csv-forward-field to fetch each field, ensuring consistency in what the mode considers a field.