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

Roman Eisele <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Platform|x86-64 (AMD64)              |All
         OS/Version|Linux (All)                 |All
             Status|UNCONFIRMED                 |NEW
                 CC|                            |[email protected]
     Ever Confirmed|0                           |1
           Keywords|                            |regression

--- Comment #2 from Roman Eisele <[email protected]> 2012-08-20 09:07:32 UTC ---
REPRODUCIBLE with LibreOffice 3.6.1.1 (Build ID: 4db6344), German langpack
installed, on MacOS X 10.6.8 (Intel).

NOT reproducible with LibreOffice 3.5.6.2, therefore added keyword
"regression".

What I did to test:

Using a text editor, I created a new text file containing just 4 times the
example data line from comment #0 (line wrapping removed!). I saved this file
as "Sample.csv". When I try to open this file with LibO, both LibO 3.5.6.2 and
3.6.1.1 recognize the file type correctly and show the "Text Import" dialog
window. In the section "Separator Options", I select "Separated by" and check
the check box "Space". In the field "Text delimiter", I leave the
(pre-selected) ". Then I click "OK".

LibO 3.5.6.2 handles the quoted items correctly, i.e. puts
  "GET /news/tema/anteprima-istantanea HTTP/1.1"
  "-"
  "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
each in a single cell of its own.

LibO 3.6.1.1 puts all quoted items together, i.e.:
   GET /news/tema/anteprima-istantanea HTTP/1.1" 500 7055 "-" "Mozilla/5.0 
   (compatible; Googlebot/2.1; +http://www.google.com/bot.html)
in a single cell.

To describe the problem using Regular Expression terminology, I would say that
LibO 3.6.1.1 handles the " too greedy; i.e., it searches for the contents of a
quoted item using
  "(.*)"
instead of using
  "([^"]*)"

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- 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