Bug 8376: New script to export borrowers misc/export_borrowers.pl
authorJulian Maurice <julian.maurice@biblibre.com>
Fri, 6 Jul 2012 10:31:48 +0000 (12:31 +0200)
committerPaul Poulain <paul.poulain@biblibre.com>
Tue, 24 Jul 2012 15:36:14 +0000 (17:36 +0200)
commit30ee49ddb4e425191bb868e7b20789a8bb50f5ff
treeee63e665ad8ad5136c316ff4d2ecd26b131471a2
parent9e948438ef6a123b65c0b540581958701b93ea24
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.

Signed-off-by: Gaetan Boisson <gaetan.boisson@biblibre.com>
Signed-off-by: Robin Sheat <robin@catalyst.net.nz>
Amended with some code to better handle bad data.

Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
misc/export_borrowers.pl [new file with mode: 0755]