Re: Re: [Koha] How to get MARC biblio export to work? 2.0.1RC1
Tuesday, November 2, 2004 23:43 CDT Hi, Michael, I am attaching a single MARC record as you requested. If you want more, let me know. # From past experience trying to discuss them on the listserv and elsewhere, it'll probably be split into 2 parts, one part appearing somewhere in the body of this text I am typing, with the remainder (usually after the Directory part) continuing below. Hopefully, you'll still be able to recover it. I don't remember what extension Koha needs for its MARC records, so you may need to change the .mrc to something else. The record attached is for: The hidden encyclical of Pius XI / Georges Passelecq and Bernard Suchecky ; translated from the French by Steven Rendall ; with an introduction by Garry Wills. -- Let me know how it works out. Cheers, Steven F. Baljkas library tech at large Koha neophyte Winnipeg, MB, Canada
From: Michael Lake <Mike.Lake@uts.edu.au> Date: 2004/11/02 Tue PM 10:58:47 CST To: koha@lists.katipo.co.nz Subject: Re: [Koha] How to get MARC biblio export to work? 2.0.1RC1
Michael Lake wrote:
loaded the sample data and so I have biblio info in there - I can search for and find it. But when I click Export it just saves an empty 'marc.pl' file. I expected lots of MARC stuff.
Still trying to get this working. I have reinstalled just in case. Running from command line: perl -I /home/rsnsw/koha/intranet/modules -file marc.dat just produces a page of HTML to screen now and at least no errors but no file marc.dat
I see that it needs to set a cookie. Cookies are allowed in my browser and I can see the sessionID cookie from localhost there. Im still getting a zero length file from running marc.pl
What should I use from the command line to test it? What do people get?
I prob also need to try a marc import but I dont have a example of a single marc record. Can one be posted here as an example? I looked at the archives but didnt find an 'example'.
Thanks
Mike -- Michael Lake Chemistry, Materials & Forensic Science, UTS Ph: 9514 1725 Fx: 9514 1460
-- UTS CRICOS Provider Code: 00099F DISCLAIMER: This email message and any accompanying attachments may contain confidential information. If you are not the intended recipient, do not read, use, disseminate, distribute or copy this message or attachments. If you have received this message in error, please notify the sender immediately and delete this message. Any views expressed in this message are those of the individual sender, except where the sender expressly, and with authority, states them to be the views the University of Technology Sydney. Before opening any attachments, please check them for viruses and defects. _______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
Baljkas Family wrote:
I am attaching a single MARC record as you requested. If you want more, let me know. From past experience trying to discuss them on the listserv and elsewhere, it'll probably be split into 2 parts, one part appearing somewhere in the body of this text I am typing, with the remainder (usually after the Directory part) continuing below. Hopefully, you'll still be able to recover it. I don't remember what extension Koha needs for its MARC records, so you may need to change the .mrc to something else.
The record attached is for: The hidden encyclical of Pius XI / Georges Passelecq and Bernard Suchecky ; translated from the French by Steven Rendall ; with an introduction by Garry Wills. --
Thanks. I have the attachement fine but I'm wondering if there are some character encoding probs. It appears on a single line in either Windows or Linux and there are control characters in the text. I was expecting ASCII or 7 bit stuff. Would that be correct? I tried it anyway and recieved: Import into Breeding Farm, 2 imported records, 2 records parsed. This suggests then that its in the "Breeding Farm" and that when I do a MARC search it will find it. When I go to the catalog and search on 245a - Title contains 'hidden' or 100c - Title and other words contains 'hidden' I dont get any biblios. Its a bit hard to see whats what as its all on one line. Mike -- Michael Lake Chemistry, Materials & Forensic Science, UTS Ph: 9514 1725 Fx: 9514 1460 -- UTS CRICOS Provider Code: 00099F DISCLAIMER: This email message and any accompanying attachments may contain confidential information. If you are not the intended recipient, do not read, use, disseminate, distribute or copy this message or attachments. If you have received this message in error, please notify the sender immediately and delete this message. Any views expressed in this message are those of the individual sender, except where the sender expressly, and with authority, states them to be the views the University of Technology Sydney. Before opening any attachments, please check them for viruses and defects.
Baljkas Family wrote:
I am attaching a single MARC record as you requested. If you want more, let me know. From past experience trying to discuss them on the listserv and elsewhere, it'll probably be split into 2 parts, one part appearing somewhere in the body of this text I am typing, with the remainder (usually after the Directory part) continuing below. Hopefully, you'll still be able to recover it. I don't remember what extension Koha needs for its MARC records, so you may need to change the .mrc to something else.
The record attached is for: The hidden encyclical of Pius XI / Georges Passelecq and Bernard Suchecky ; translated from the French by Steven Rendall ; with an introduction by Garry Wills. --
Ah the import did work as its in the breeding farm. I just looked at the tables and saw a marc_breeding. Okies :-) $ mysql -e "select id,file,title from marc_breeding;" koha +----+---------+------------------------------------+ | id | file | title | +----+---------+------------------------------------+ | 1 | Baljkas | The hidden encyclical of Pius XI / | +----+---------+------------------------------------+ Now how do i see it in the catalog ? Mike -- Michael Lake Chemistry, Materials & Forensic Science, UTS Ph: 9514 1725 Fx: 9514 1460 -- UTS CRICOS Provider Code: 00099F DISCLAIMER: This email message and any accompanying attachments may contain confidential information. If you are not the intended recipient, do not read, use, disseminate, distribute or copy this message or attachments. If you have received this message in error, please notify the sender immediately and delete this message. Any views expressed in this message are those of the individual sender, except where the sender expressly, and with authority, states them to be the views the University of Technology Sydney. Before opening any attachments, please check them for viruses and defects.
participants (2)
-
Baljkas Family -
Michael Lake