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

--- Comment #14 from Salva Zaragoza Rubio <sa...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to