https://bugs.documentfoundation.org/show_bug.cgi?id=116921

Eike Rathke <er...@redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|regression                  |
         Resolution|---                         |NOTOURBUG
             Status|NEW                         |RESOLVED

--- Comment #8 from Eike Rathke <er...@redhat.com> ---
abcd;""abcd"";abcd

is malformed CSV if " is used as quote character (so-called String delimiter in
the import dialog).

Proper CSV data for the expected

abcd  "abcd"  abcd

case would be

abcd;"""abcd""";abcd

See also https://tools.ietf.org/html/rfc4180 and
http://www.creativyst.com/Doc/Articles/CSV/CSV01.htm

This is also not a regression, the old import (abcd"") was just a different but
equally not expected result.
Fix the generator instead that writes this broken CSV data.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to