[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 6 12:37:43 CEST 2012


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

--- Comment #1 from Julian Maurice <julian.maurice at biblibre.com> ---
Created attachment 10665
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10665&action=edit
Bug 8376: New script to export borrowers misc/export_borrowers.pl

This script prints to standard output what is returned by
GetMemberDetails in CSV format.
Exported fields can be specified with option -f. If no -f option is
specified, all fields are exported.

Usage:
misc/export_borrowers.pl [--field=FIELD [--field=FIELD [...]]] [--show-header]
misc/export_borrowers.pl -h

    -f, --field=FIELD       Field to export. It is repeatable and has to match
                            keys returned by the GetMemberDetails function.
                            If no field is specified, then all fields will be
                            exported.
    -H, --show-header       Print field names on first row
    -h, --help              Show this help

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


More information about the Koha-bugs mailing list