Grabbing data from biblioitems.marcxml
Hi all I need to copy some data from the MARC XML field biblioitems.marcxml into another table in Koha. I plan to write a script that calls C4::Record::marcxml2marc($xml_from_biblioitems) and then extract what I need from the returned MARC record. Would this be the recommended way to proceed? tia, rickw -- _________________________________ Rick Welykochy || Praxis Services A computer is a state machine. Threads are for people who can't program state machines. -- Alan Cox
Hi Rick, On Sat, Jan 16, 2010 at 5:01 PM, Rick Welykochy <rick@praxis.com.au> wrote:
Hi all
I need to copy some data from the MARC XML field biblioitems.marcxml into another table in Koha.
I plan to write a script that calls C4::Record::marcxml2marc($xml_from_biblioitems) and then extract what I need from the returned MARC record.
Would this be the recommended way to proceed?
Check out my post here for some alternatives to accessing biblioitems.marcxml: http://old.nabble.com/Re%3A-Koha3%2C-loading-locale-data%2C-contribs-and-%09... Kind Regards, Chris
participants (2)
-
Chris Nighswonger -
Rick Welykochy