Recursive auth import via SRU
Hi! When we catalouge a new book by importing it via SRU, various authorities are created (based on BiblioAddsAuthorities/AutoCreateAuthorities), but only with the minimal data available in the bibliographic record we're importing: For example, a book might have an author: 100 1 _0(DE-588)133178706 _0https://d-nb.info/gnd/133178706 _0(DE-101)133178706 _aLensing, Thorsten _eVerfasser _4aut _eIllustrator _4ill _2gnd This will create a new authority record, but without all the nice, additional data available at https://d-nb.info/gnd/133178706 Is there a way to "recursively" fetch more auth records (like geographic info, keywords, ..)? Greeting, domm -- #!/usr/bin/perl https://domm.plix.at for(ref bless{},just'another'perl'hacker){s-:+-$"-g&&print$_.$/}
Hi, I am not aware of a feature like that in Koha at the moment, but I found an older bug in bugzilla that might be interesting: *BugĀ 11300* <https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11300> - Add a new authority linker which searches for authority links on a Z39.50 server. Hope that helps, Katrin On 05.10.21 13:26, Thomas Klausner wrote:
Hi!
When we catalouge a new book by importing it via SRU, various authorities are created (based on BiblioAddsAuthorities/AutoCreateAuthorities), but only with the minimal data available in the bibliographic record we're importing:
For example, a book might have an author: 100 1 _0(DE-588)133178706 _0https://d-nb.info/gnd/133178706 _0(DE-101)133178706 _aLensing, Thorsten _eVerfasser _4aut _eIllustrator _4ill _2gnd
This will create a new authority record, but without all the nice, additional data available at https://d-nb.info/gnd/133178706
Is there a way to "recursively" fetch more auth records (like geographic info, keywords, ..)?
Greeting, domm
participants (2)
-
Katrin Fischer -
Thomas Klausner