[Bug 38032] New: Make bulkmarcimport.pl -a respect embedded authtypecode
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38032 Bug ID: 38032 Summary: Make bulkmarcimport.pl -a respect embedded authtypecode Change sponsored?: --- Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: MARC Authority data support Assignee: koha-bugs@lists.koha-community.org Reporter: magnus@libriotech.no QA Contact: testopia@bugs.koha-community.org I have generated some authority records from some data exported from another ILS, and am trying to import them into Koha. I have put an authtypecode in 942$a, and thought that would be enough to get them into the categories I want. But it seems C4::AuthoritiesMarc::GuessAuthTypeCode() is overruling me, and assigning authorities to authtypecodes based on the fields present in the records. It would be nice if there was at least a command line switch to say 942$a should be respected. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38032 --- Comment #1 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Can you explain the use case? Why is the sorting by heading field not working in this case? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38032 --- Comment #2 from Magnus Enger <magnus@libriotech.no> --- (In reply to Katrin Fischer from comment #1)
Can you explain the use case? Why is the sorting by heading field not working in this case?
The problem is that I have different categories of authorities, say "Corporation" and "Coprporation as subject". So one could be used to say "this document was published by CorpX" and the other to say "this document is about CorpX". (Maybe the same authority record could be used for both of these? But this is how the data was structured in the customer's Legacy System.) Both "Authority types" use 110 as the "Auth field copied". But when I import these auth records, Koha sees there is data in 110, and puts all the auths in the same category, regarless of what I put in 942$a. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38032 Magnus Enger <magnus@libriotech.no> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Make bulkmarcimport.pl -a |Make Koha respect embedded |respect embedded |authtypecode |authtypecode | -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org