View Single Post
Old 11-28-2020, 02:51 PM   #4
capink
Wizard
capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.
 
Posts: 1,203
Karma: 1995558
Join Date: Aug 2015
Device: Kindle
Calibre search and replace supports templates. So, choose the subset of books you want, and in calibre's search and replace:

Code:
search mode: regular expression
mode: replace field
search field: {template}
Template: {authors:sublist(1,0, & )}
search for: (.+)
replace with: \1
destination field: your destination field
capink is offline   Reply With Quote