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

            Bug ID: 120235
           Summary: Calc: csv import empty separator is not recognized
           Product: LibreOffice
           Version: 6.1.2.1 release
          Hardware: All
                OS: Linux (All)
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Calc
          Assignee: [email protected]
          Reporter: [email protected]

Description:
If you have a csv like this:

one,two,three
col1,,col3

The import looks like this:
one|two|three
col1|col3

it should look like this:
one|two|three
col1||col3

This behavior depends not on any character set or separator type.
So doesn't matter if you use ',' or ';' as a separator.


Actual Results:
csv: one,two,three
     col1,,col3

one|two|three
col1|col3

Expected Results:
csv: one,two,three
     col1,,col3

one|two|three
col1||col3


Reproducible: Always


User Profile Reset: No



Additional Info:

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

Reply via email to