[Koha-bugs] [Bug 6727] can't import frameworks

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Aug 19 12:43:07 CEST 2011


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6727

--- Comment #14 from Salva Zaragoza Rubio <salva at masmedios.com> 2011-08-19 10:43:07 UTC ---
Created attachment 5057
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5057
Proposed patch with changes on exporting and importing csv to deal with
spurious CR/LF

Function _export_table_csv modified to remove CR/LF in the data
from the database to built a correct csv file.

Function _import_table_csv modified to deal with CR/LF in the data
field. When a line is found with an unproper end (a data field has not
end quote), it's concatenated to a temporary buffer until the next
line ends ok and then it's proccessed.

-- 
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.


More information about the Koha-bugs mailing list