Re: [Koha-devel] Modifying biblio data with SQL

2010-04-26 Thread Brendan Gallagher
Rick - you may want to take a look at sync_items_in_marc_bib.pl which will update your marc blob and marcxml - from your items table. Read through that and that should give you an idea. Cheers, Brendan On Mon, Apr 26, 2010 at 11:06 AM, Rick Welykochy wrote: > Hi all, > > > We wish to make so

[Koha-devel] Modifying biblio data with SQL

2010-04-26 Thread Rick Welykochy
Hi all, We wish to make some minor tweaks to biblio data that was imported originally using bulkmarcimport.pl. I understand where the data resides in the biblio,biblioitems,items table trio and can do the fix with some SQL. My question regards the other place the data is stored, i.e. in the mar

Re: [Koha-devel] Bulk Marc Import via the Web

2010-04-26 Thread Kyle Hall
It's about 90% done now, but I have to wait for my mind to return before I can finish it ; ) Screenshot: http://imgur.com/9VZKK.jpg Kyle http://www.kylehall.info Information Technology Crawford County Federated Library System ( http://www.ccfls.org ) On Mon, Apr 26, 2010 at 10:21 AM, Cindy M

Re: [Koha-devel] Bulk Marc Import via the Web

2010-04-26 Thread Cindy Murdock Ames
Hello, You also might be interested to know that Kyle Hall is developing a templating system for MARC imports for CCFLS, that can be used in conjunction with the existing staged marc record management tool to map the fields in a marc file to where you want them to be in Koha. He's (I would gu

Re: [Koha-devel] Bulk Marc Import via the Web

2010-04-26 Thread Chris Cormack
On 27 April 2010 00:01, Bob Birchall @ Calyx wrote: > Chris, > My understanding of that tool is that it does not import holdings data. > Only bulkmarcimport.pl does that.  Am I right? No, it can import item information also. Its one of the options (create items or replace existing iirc) Chris __

Re: [Koha-devel] Bulk Marc Import via the Web

2010-04-26 Thread Bob Birchall @ Calyx
Chris, My understanding of that tool is that it does not import holdings data. Only bulkmarcimport.pl does that. Am I right? Bob > -Original Message- > From: Rick Welykochy [mailto:r...@praxis.com.au] > Sent: Monday, 26 April 2010 9:47 PM > To: Chris Cormack > Cc: koha-devel@lists.koha.or

Re: [Koha-devel] Bulk Marc Import via the Web

2010-04-26 Thread Nicole Engard
What we need a web interface for is the bulkauthimport ... if you still want to work on something :) Nicole On Mon, Apr 26, 2010 at 7:46 AM, Rick Welykochy wrote: > Chris Cormack wrote: > >> There is already a bulk marc importer in the web interface. >> A 2 step process, 1st step stages it, the

Re: [Koha-devel] Bulk Marc Import via the Web

2010-04-26 Thread Rick Welykochy
Chris Cormack wrote: > There is already a bulk marc importer in the web interface. > A 2 step process, 1st step stages it, the second imports it. > Can't you just use that? Goodness gracious me. Yup, found it in Tools. I will pass this on to Bob and he can give it a try with some data. Thanks for

Re: [Koha-devel] Bulk Marc Import via the Web

2010-04-26 Thread Chris Cormack
On 26 April 2010 23:29, Rick Welykochy wrote: > Hi all > > I am discussing the possibility of wrapping the bulkmarcimport.pl > script in a web page with Bob Birchall. > > The page would offer a form that contains the command line options > as checkboxes or textboxes as appopriate along with a file

[Koha-devel] Bulk Marc Import via the Web

2010-04-26 Thread Rick Welykochy
Hi all I am discussing the possibility of wrapping the bulkmarcimport.pl script in a web page with Bob Birchall. The page would offer a form that contains the command line options as checkboxes or textboxes as appopriate along with a file input control to upload a .MRC file. Upon completion of t