Re: [Koha] Authority records generating when importing bib... (Karam Qubsi)
Hi Karam, You can use the same file to import your authorities
From shell you can use:
cd /usr/share/koha/bin/migration_tool (assuming that's your path) perl -I ../../lib/ bulkauthimport.pl -file ../../themarcsamefile.mrc OR, you can use it from koha GUI directly from authority tab, by using the same marc file Good luck brother.
Abdulsalam Yousef schreef op di 07-05-2013 om 17:56 [+0200]:
cd /usr/share/koha/bin/migration_tool (assuming that's your path) perl -I ../../lib/ bulkauthimport.pl -file ../../themarcsamefile.mrc
bulkauthimport.pl no longer exists in up to date Koha. Instead, use bulkmarcimport.pl with the authorities flag (-authorities). More info here: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9035 -- Robin Sheat Catalyst IT Ltd. ✆ +64 4 803 2204 GPG: 5957 6D23 8B16 EFAB FEF8 7175 14D3 6485 A99C EB6D
participants (2)
-
Abdulsalam Yousef -
Robin Sheat