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

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Aug 25 02:02:28 CEST 2011


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

Nicole C. Engard <nengard at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #5057|0                           |1
        is obsolete|                            |

--- Comment #15 from Nicole C. Engard <nengard at gmail.com> 2011-08-25 00:02:28 UTC ---
Created attachment 5134
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5134
[SIGNED-OFF] Bug 6727 - Change 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.

Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com>

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