https://bugs.documentfoundation.org/show_bug.cgi?id=164628
Bug ID: 164628
Summary: FILEOPEN: csv import from clipboard: incorrect
handling of quoted strings with commas
Product: LibreOffice
Version: 24.2.7.2 release
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Calc
Assignee: [email protected]
Reporter: [email protected]
Importing from the *clipboard* fails because:
"Doe, John", data, data, data
"Anderson, Thomas A.", data, data, data
is imported as
"Doe" "John data data data"
"Anderson" "Thomas A. data data data"
So none of the data are imported.
--> commas inside quoted strings are never delimiters!
*** Works correctly when using File | Open.
--
You are receiving this mail because:
You are the assignee for the bug.