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

            Bug ID: 105239
           Summary: It is necessary escape column separator even if it is
                    between the column delimiter.
           Product: LibreOffice
           Version: 5.1.4.2 release
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Calc
          Assignee: libreoffice-bugs@lists.freedesktop.org
          Reporter: angelcerv...@silyan.com

Trying to import a file with this line:
"{\"f1\":\"v1\",\"f2\":\"v2\"}","{}"

Options: Separated by Comma, Tex delimiter " 

Result:
Col1: {"f1":"v1"
Col2: "f2":"v2"}
Col3: {}

Expected:
Col1: {"f1":"v1", "f2":"v2"}
Col2: {}

OpenOffice Info:
Version: 5.1.4.2
Build ID: 1:5.1.4-0ubuntu1

-- 
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