[sc-issues] [Issue 107867] Plain CSV import erroneou s because of incorrect row termination

2010-01-07 Thread er
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=107867


User er changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |DUPLICATE





--- Additional comments from e...@openoffice.org Thu Jan  7 15:52:48 + 
2010 ---
Data contains unescaped  delimiters.

*** This issue has been marked as a duplicate of 78926 ***

-
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: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sc-issues] [Issue 107867] Plain CSV import erroneou s because of incorrect row termination

2010-01-07 Thread er
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=107867


User er changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from e...@openoffice.org Thu Jan  7 15:53:28 + 
2010 ---
Closing dup.

-
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: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sc-issues] [Issue 107867] Plain CSV import erroneou s because of incorrect row termination

2009-12-24 Thread rainerbielefeld
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=107867


User rainerbielefeld changed the following:

What|Old value |New value

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW

Keywords|needmoreinfo, oooqa   |oooqa

 Summary|Plain CSV import erroneous|Plain CSV import erroneous
| too many rows| because of incorrect row 
|  |termination





--- Additional comments from rainerbielef...@openoffice.org Thu Dec 24 
15:58:39 + 2009 ---
Reproducible with sample document and Ooo 3.2.0 RC1 WIN XP DE-multilingual
version German UI activated [OOo320m8 (Build 9472)], also with 2.4.1 
Multilingual version English UI WIN XP: [680m17(Build9310)]!

I checked the sample document and I believe the message is caused by Issue 
75199.

When I scroll down in the open csv dialog, I see a problem in row 1347, where in
column M seems to be an incorrect line feed ('cntrl+enter'?, that repeats
several times), so that here we have an incorrect row termination and this might
be only a damaged document problem. 

But: 1.1.4 imports the sample document without problems.

Looks like Issue 834, but that one should have been fixed?

-
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: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sc-issues] [Issue 107867] Plain CSV import erroneou s because of incorrect row termination

2009-12-24 Thread tim_c
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=107867





--- Additional comments from ti...@openoffice.org Thu Dec 24 17:59:51 + 
2009 ---
Not line ends but looks like you have found a problem line, and this raises 
some CSV parser issues.

Row 1347 shows a normal cr/lf pair. Previously tried single lf version of file, 
same effect. (is actually being created by Lua f:write(blah, '\n')

What does exist is row 1347 is a quoted field containing text with periods.
,CMSVICE.DO.M,   and a quote, so this spins off into the problem of define 
what exactly is CSV, include if and how escapes are done.

The original fixed field width data being translated into CSV contain both ' 
and  within text fields. I was unaware of the  within text fields, sorry.

The solution for OO is likely to be firming up the design of the CSV parser.



-
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: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sc-issues] [Issue 107867] Plain CSV import erroneou s because of incorrect row termination

2009-12-24 Thread tim_c
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=107867





--- Additional comments from ti...@openoffice.org Thu Dec 24 18:22:15 + 
2009 ---
Confirmed the data causal by substituting  for ' within  quoted CSV fields.

Import than works correctly.

-
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: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org