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

--- Comment #1 from Julian Maurice <julian.maur...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/

Reply via email to