On Thu, Mar 22, 2012 at 01:37:24AM -0700, amghameed wrote: > how to delete records imported from Z39.50 safely in koha 3.04
Once you imported records from Z39.50, you can not separate them easily from manually created records. However, those records can be identified by field 040$a (for MARC21) - anything with code different than your library code *probably* came from Z39.50. There is no tool for bulk biblio delete in Koha, but you can try this by accessing Koha mysql database directly (be careful and do backup first). Marijana _______________________________________________ Koha mailing list http://koha-community.org [email protected] http://lists.katipo.co.nz/mailman/listinfo/koha

