http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8376
Robin Sheat <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |ASSIGNED CC| |[email protected] --- Comment #4 from Robin Sheat <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] 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/
