Quote:
Originally Posted by theducks
- Sort your book list (click the column) as needed.
- Select the messed up or non-normalised records.
- Click edit Meta-data. fix the value once.
|
In steps 1 and 2, the regex search can be very useful, if, for example, you want all titles that have an underscore or open paren use:
title:"~[_\(]"
Surely, your messed up titles with underscores, series and authors will have some characteristic you can find most of them with, even if it's just space-hyphen-space.
(I know: Don't call me Shirley!)