https://bugs.freedesktop.org/show_bug.cgi?id=60468

          Priority: medium
            Bug ID: 60468
          Assignee: [email protected]
           Summary: FILEOPEN: CSV cannot handle field using embedded tab
                    and line breaks altogether
          Severity: critical
    Classification: Unclassified
                OS: Linux (All)
          Reporter: [email protected]
          Hardware: x86-64 (AMD64)
            Status: UNCONFIRMED
           Version: 3.6.3.2 release
         Component: Spreadsheet
           Product: LibreOffice

Created attachment 74403
  --> https://bugs.freedesktop.org/attachment.cgi?id=74403&action=edit
Test file for embedded tab and line break altogether

Using the tab character as the separator (field delimiter), Calc will not
recognize correctly a field that contains a line break after an embedded tab.

Example:
"value1.1"<tab>"value2.1<LB><tab>value2.2<LB>value2.3"<tab>"value3.1"

The above will yield:
value1.1 => correct
value2.1<LB><tab>value2.2 => correct
value2.3" => INCORRECT (see it also includes the closing quote)
value3.1 => correct

However, if I change the separator to comma, it all works out correctly.
So, I guess this bug is pertinent to using "tab" as separator.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to