Re: [Koha] exporting MARC records on mysql conditions

2015-01-31 Thread Josef Moravec
If you have installed Koha by debian packages, you can use koha-mysql command in linux shell script like this: biblionumbers = $(echo "select biblionumber from biblio where [your condition]" | koha-mysql) and than you can work variable $biblionumbers, save it in some temporary file and use it as

Re: [Koha] exporting MARC records on mysql conditions

2015-01-31 Thread Nick Clemens
If you have activated the z39 server in koha you can add it as a source in Marcedit and do a batch search using a file of biblionumbers. A script would probably be faster, but I use that as an easy workaround. On Sat, Jan 31, 2015 at 1:25 AM, Giuseppe Angilella < giuseppe.angile...@ct.infn.it> wr

[Koha] exporting MARC records on mysql conditions

2015-01-30 Thread Giuseppe Angilella
Hi, the online export tool for bibliographic records allows to select records in a given range of either biblio number, or item call number, or accession date. Would it be possible (perhaps via an off-line script) to select records fulfilling other constraints? (Say, a full mysql "where..."