[Koha-bugs] [Bug 8874] export_borrowers.pl : add a separator parameter

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Oct 4 17:37:28 CEST 2012


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

Frédéric Demians <frederic at tamil.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |frederic at tamil.fr

--- Comment #2 from Frédéric Demians <frederic at tamil.fr> ---
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.


More information about the Koha-bugs mailing list