Attached is a small patch (against trunk) which fixes the GetOptions
in marc2sre.xml. It fixes a small bug with the "idsubfield" parameter,
and changes "idfield" to accept a string instead of an int (to match
the behaviour of marc2bre.pl).
git-svn-id: svn://svn.open-ils.org/ILS/trunk@15196
dcc99617-32d9-48b4-a31d-
7c20da2025e4
('001', 1, 'admin', 'open-ils', '/openils/conf/opensrf_core.xml', 'USMARC');
GetOptions(
- 'idfield=i' => \$idfield,
- 'idsubfield=a' => \$idsubfield,
+ 'idfield=s' => \$idfield,
+ 'idsubfield=s' => \$idsubfield,
'startid=i' => \$count,
'user=s' => \$user,
'password=s' => \$password,