[Koha-bugs] [Bug 8376] Command line utility for exporting borrowers

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jul 20 10:40:29 CEST 2012


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

Robin Sheat <robin at catalyst.net.nz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |ASSIGNED
                 CC|                            |robin at catalyst.net.nz

--- Comment #4 from Robin Sheat <robin at catalyst.net.nz> ---
Found an issue: if a record contains an invalid character (e.g. a newline), a
blank line is output. It's possible to see that something went wrong by noting
that $csv->string is empty/undefined.

It's also possible to make it deal with these by putting {binary=>1} in the
contructor for Text::CSV.

I've added some code to improve handling of funny data, and announcing that
something is wrong when it can't be handled.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list