http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8376 Robin Sheat <robin@catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |ASSIGNED CC| |robin@catalyst.net.nz --- Comment #4 from Robin Sheat <robin@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.