https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35095
--- Comment #8 from Caroline Cyr La Rose <[email protected]> --- Hi Pedro, Here are the mappings I'm thinking of for the fields in the interface to the fields in biblio/biblioitems and MARC21. I also found the list of KBART fields (I thought it was not very easy to find on their website...) https://groups.niso.org/higherlogic/ws/public/download/16900/RP-9-2014_KBART.pdf starting on page 19, so I added those in the list too. Publication title: publication_title = 245$a (biblio.title) Print-format identifier: print_identifier = 020$a (biblioitems.isbn) for books or 022$a (biblioitems.issn) for serials Online-format identifier: online_identifier = 020$a (biblioitems.isbn) for books or 022$a (biblioitems.issn) for serials Date of first serial issue available online: date_first_issue_online = 008/07-10 (not mapped to db) and 362$a (not mapped to db) before the "-" or 363$i (not mapped to db) ; for serials only Number of first volume available online: num_first_vol_online = 362$a (not mapped to db) before the "-" or 363$a (not mapped to db); for serials only Number of first issue available online: num_first_issue_online = 362$a (not mapped to db) before the "-" or 363$b (not mapped to db); for serials only Date of last serial issue available online: date_last_issue_online = 008/11-14 (not mapped to db) and 362$a (not mapped to db) after the "-", should be in the same 362$a as the "first" or 363$i (not mapped to db), should be in a different 363 than the "first"; for serials only Number of last volume available online: num_last_vol_online = 362$a (not mapped to db) after the "-" should be in the same 362$a as the "first" or 363$a (not mapped to db), should be in a different 363 than the "first"; for serials only Number of last issue available online: num_last_issue_online = 362$a (not mapped to db) after the "-" should be in the same 362$a as the "first" or 363$b (not mapped to db), should be in a different 363 than the "first"; for serials only Title-level URL: title_url = 856$u (biblioitems.url) First author: first_author = 100$a (biblio.author); for books only Embargo information: embargo_info = this one I'm not sure, but probably 506$a (not mapped to db), although the KBART data seems very structured whereas the MARC21 field is a free entry field Coverage depth: coverage_depth = this one I'm not sure either... I looked but can't really find one field that encompasses what is described in the KBART document. Could be 008/24-27 (which is a letter code representing the contents). In doubt, I would put it in 500$a (biblioitems.notes). Someone else may be able to guide us here... Notes: notes = 500$a (biblioitems.notes) Publisher name: publisher_name = 260$b (biblioitems.publishercode) or 264$b (biblioitems.publishercode) Publication type: publication_type = 000/07 (m for monograph or s for serial), KBART only gives those two options even if there is an extensive list in Koha Date the monograph is first published in print: date_monograph_published_print = 008/07-10 (not mapped to db) or 264$c (biblio.copyrightdate); for books only? Date the monograph is first published online: date_monograph_published_online = 008/07-10 (not mapped to db) or 264$c (biblio.copyrightdate); for books only? Number of volume for monograph: monograph_volume = 490$v?... seems weird to me to have a volume without a collection title (biblioitems.volume ); for books only? Edition of the monograph: monograph_edition = 250$a (biblioitems.editionstatement); for books only? First editor: first_editor = probably 700$a if it's a person (not mapped to db), with "edt" in $4; for books only Title identifier of the parent publication: parent_publication_title_id = not sure but probably 773$z for books (not mapped to db); for books only Title identifier of any preceding publication title: preceding_publication_title_id = not sure, but probably 780$z (not mapped to db); for serials only Access type: access_type = 506 ind1 (not mapped to db) 0 for Open access, 1 for fee-based, could also be something else, like 506$f in combination with $2 Note that these aren't definitive and anyone is free to correct or add to them. I don't pretend to know everything, especially when it comes to MARC!! -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
