https://bz.apache.org/ooo/show_bug.cgi?id=126805
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |4.2.0 Resolution|--- |FIXED Status|CONFIRMED |RESOLVED Latest|--- |4.2.0-dev Confirmation in| | --- Comment #4 from [email protected] --- I didn't intend to fix this bug with the patch in r1739628, but I did. The problem was that the CSV line parser was trying to read and concatenate lines until it gets an even number of quote characters, which never happened. It now parses lines using the same logic as the CSV field parsers. The behaviour also matches Excel's. Resolving fixed. Thank you for your bug report! -- You are receiving this mail because: You are the assignee for the issue.
