To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=89314
                 Issue #|89314
                 Summary|import csv fails
               Component|Spreadsheet
                 Version|OOo 2.3
                Platform|All
                     URL|
              OS/Version|All
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|open-import
             Assigned to|spreadsheet
             Reported by|v_dirr





------- Additional comments from [EMAIL PROTECTED] Sun May 11 19:32:43 +0000 
2008 -------
import of the first cell of an cvs file can fail.

example:
"Hallo","World"

If you import this line, then it openOffice should remove testquotes.
so it should in cell A1:
Hallo
and in cell A2:
World

but sometimes it import in cell A1:
"Hallo"
and in cell A2:
World

So sometimes openOffice don't remove the textquotes from the first field.

i am able to reproduce this bug.

just save the csv file with UTF-8 and without Byte-Order Mark. then open office
import the first field correct.
then save the csv file with UTF-8 and with Byte-Order Mark. then openOffice
import the first field incorrect.

so the bug is, that open office don't import correct The Unicode Byte-Order Mark
(BOM) in UTF-8 encoded csv files.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to