View Single Post
Old 06-02-2011, 03:28 PM   #7
cwalger
Junior Member
cwalger began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Jun 2011
Device: Nook Touch
You can copy the author_sort field to author field easily using calibre's bulk edit.
1. Select books you want to change, click "edit metadata in bulk"
2. on the "search and replace" tab, select "regular expression" from the "search mode" dropdown
3. fill in:
search field = author_sort
search for = (.+)
replace with = \1
destination field = author
4. hit ok
cwalger is offline   Reply With Quote