http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8874
Frédéric Demians <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Frédéric Demians <[email protected]> --- It doesn't work if you don't specify -separator: no comma as default separator. You should have: my $separator = ','; and maybe add a test to guaranty that the separator is 1 character length. I would also add 'always_quote' parameter to Text::CSV constructor. -- 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/
