View Single Post
Old 06-15-2014, 08:21 PM   #3
eschwartz
Ex-Helpdesk Junkie
eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.
 
eschwartz's Avatar
 
Posts: 19,421
Karma: 85400180
Join Date: Nov 2012
Location: The Beaten Path, USA, Roundworld, This Side of Infinity
Device: Kindle Touch fw5.3.7 (Wifi only)
  1. Select all the books you wish to affect, and open Bulk Metadata Edit. Make sure you are using regex mode.
  2. Search for...
    Code:
    Search field: identifiers
    Identifier type: isbn
    Search for: (.*)
    Replace with: \1
    Destination field: <anything you can spare. I used "comments">
    Apply the edit.
  3. Search for...
    Code:
    Search field: comments
    Search for: (.*)
    Replace with: isbn:\1
    Destination field: identifiers
    Identifier type: *
    Apply the edit.


The reason this works is because, while there is no way to replace an identifier with a subset of itself, you can use * to replace all the identifiers IF AND ONLY IF the search field is not "identifiers". So by temporarily storing the isbn in another field, you can have the isbn overwrite the whole identifiers field.
(I used the comments field, because I used a test book created by importing another book from the same library. )

See screenshots.
Attached Thumbnails
Click image for larger version

Name:	calibre-bulk-delete-identifiers-part-1.jpg
Views:	715
Size:	276.4 KB
ID:	124229   Click image for larger version

Name:	calibre-bulk-delete-identifiers-part-2.jpg
Views:	679
Size:	277.4 KB
ID:	124230  

Last edited by eschwartz; 06-15-2014 at 08:25 PM.
eschwartz is offline   Reply With Quote