You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2016/04/03 16:54:34 UTC

[Issue 122754] Base does not properly parse CSV files as per RFC-4180 (while Calc does)

https://bz.apache.org/ooo/show_bug.cgi?id=122754

damjan@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Hardware|PC                          |All
                 OS|Windows, all                |All
                 CC|                            |damjan@apache.org

--- Comment #5 from damjan@apache.org ---
The problem is the flat file driver, file
main/connectivity/source/drivers/flat/ETable.cxx, method
OFlatTable::fillColumns() which reads lines to initialize columns: it assumes
fields in the header and the first few lines never continue onto the next
line(s).

Confirming on all platforms/OS's too...

-- 
You are receiving this mail because:
You are on the CC list for the issue.
You are the assignee for the issue.