Bug 11066

Summary: Export Citations not RDA compatible
Product: Koha Reporter: Joy Nelson <1joynelson>
Component: OPACAssignee: Joy Nelson <1joynelson>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: gmcharlt
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: Trivial patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on:    
Bug Blocks: 10344    
Attachments: Bug 11066: RIS and Bibtex Exports RDA compatible
Bug 11066: RIS and Bibtex Exports RDA compatible
[SIGNED OFF] Bug 11066: RIS and Bibtex Exports RDA compatible
[PASSED QA] Bug 11066: RIS and Bibtex Exports RDA compatible

Description Joy Nelson 2013-10-16 23:13:17 UTC
Exporting citations does not include the 264 tag for publisher information.  

Bibtex uses 260 tag, subfields $a address, $c Year, $b Publisher $f Editor

Endnote uses 206$a City 260$c Year 710$a Publisher

RIS uses 260 for publisher data.

For Marc records that are RDA records, the publisher information is contained in the 264 tag.    Can we update the export parameters to pull from the 264 and/or the 260?
Comment 1 Joy Nelson 2013-10-26 04:13:29 UTC Comment hidden (obsolete)
Comment 2 Chris Cormack 2013-12-23 20:56:12 UTC Comment hidden (obsolete)
Comment 3 Katrin Fischer 2013-12-27 21:27:45 UTC Comment hidden (obsolete)
Comment 4 Katrin Fischer 2013-12-27 21:28:42 UTC
Created attachment 23838 [details] [review]
[PASSED QA] Bug 11066: RIS and Bibtex Exports RDA compatible

RIS and Bibtex exports from staff side and OPAC edited to
allow for additional publisher RDA tag (264).  Script will
look first for 264 then fallback to 260 when pulling publisher
data from marc21 record.

Test Plan:
1. Create RDA and non RDA record
2. In OPAC, export both as RIS and Bibtex - verify publisher information is exported
3. On staff side, export records as RIS and Bibtex, verify publisher information
is exported.

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Fixed some tabs pointed out by the QA script.
Works nicely in my tests, no regressions found.
Comment 5 Galen Charlton 2014-01-03 15:56:48 UTC
Pushed to master, along with a regression test.  Thanks, Joy!

I note that a potential follow-up would be to take the 264 indicators into account, in order to select the correct one if the 264 is repeated.