To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=94999
User er changed the following:
What |Old value |New value
================================================================================
Status|REOPENED |RESOLVED
--------------------------------------------------------------------------------
Resolution| |INVALID
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Thu Oct 16 22:20:25 +0000
2008 -------
Well, you chose the ' ' space character as quote (text delimiter) character, so
it will be added and escaped according to the rules of CSV. If you do not want
any character at all, delete the character in the dialog using the <Del> key,
then no character is used. However, in this case you'll have to be sure that the
field delimiter character, in your case the ';' semicolon, does not occur in
data, else it would probably mess up fields in the reading application. There
may also be quirks if a double quote character is part of the data.
Better would be if the reading application would properly support the CSV file
format, including double quote text delimiters. Without those it is impossible
to have multi-line content or a field delimiter within a field. See also
http://tools.ietf.org/html/rfc4180
http://www.creativyst.com/Doc/Articles/CSV/CSV01.htm
---------------------------------------------------------------------
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]