OAI Harvesing - 952 c - Shelving location | filed
Dear Koha Community We are trying to view 952 c - Shelving location in harvesting data, but we can't harvest any data from 952 filed, any suggestions ? Best Regards
Hi Mohamed, What do you by "harvesting data"? Are you exporting MARC records but unable to see 952$c in the results? A few things you can check: - do the bib records you're exporting have attached items? If they don't, there won't be any 952 fields - make sure you did not check "Don't export items" in the export options - in the "Koha to MARC mapping" under Administration, make sure that "location" is indeed mapped to 952$c under the "items" tab Hope that helps! Best, ERIC PHETTEPLACE Systems Librarian libraries.cca.edu | vault.cca.edu | 510.594.3660 5212 Broadway, Oakland, CA 94618 1111 8th St., San Francisco, CA 94107 Preferred Pronoun(s): he/him :(){ :|: & };: On Thu, Apr 26, 2018 at 12:50 PM, Mohamed Fekry Negm <m.negm@live.com> wrote:
Dear Koha Community
We are trying to view 952 c - Shelving location in harvesting data, but we can't harvest any data from 952 filed, any suggestions ?
Best Regards _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha
On 2018-04-26 03:50 PM, Mohamed Fekry Negm wrote:
We are trying to view 952 c - Shelving location in harvesting data, but we can't harvest any data from 952 filed, any suggestions
What is the result of the MySQL query: SELECT location, COUNT(location) AS location_count FROM items GROUP BY location; Paul
Hi, by default OAI-PMH will only export bibliographic data, but not contain item information. You need to add an YAML configuration file using the OAI-PMH:ConfFile system preference with include_items: 1. You can find some hints here: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12252#c79 Hope this helps, Katrin On 26.04.2018 21:50, Mohamed Fekry Negm wrote:
Dear Koha Community
We are trying to view 952 c - Shelving location in harvesting data, but we can't harvest any data from 952 filed, any suggestions ?
Best Regards _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha
participants (4)
-
Eric Phetteplace -
Katrin Fischer -
Mohamed Fekry Negm -
Paul A