http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6727 --- Comment #13 from Salva Zaragoza Rubio <salva@masmedios.com> 2011-08-19 07:29:52 UTC --- (In reply to comment #12)
So, do we have an idea of how to fix it? Or is this something I need to change on my end?
To avoid introduction of spurious LF/CR on exporting and processing with spreadsheet applications (MSExcel, OpenOffice/LibreOffice Calc, Gnumeric, ...) in CSV files. I'll make a patch with the next modifications: * On export_csv: all the LF/CR will be remove of the data from the database query so the spreadsheet will be well formed. * On import_csv: all the LF/CR that it's inside a data field, i.e., between quotes will be remove, so there won't be multiples lines where only should be one. I hope these changes will fix the issue. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.