I have a large database with a lot of player names suffixed by the colour they played (e.g. Karpov, A (wh); Kaprpov, A (bl)).
Does anyone know if there's an easy and safe way to trim the suffixes?
I tried using the Name Editor, but couldn't see a way to apply such a change to all names.
Editing the name file in Notepad++ made the small test database I created unopenable.
Any help would be much appreciated - thanks.
Load the PGN file with some "vim" based text editor and type
:%s/ (wh)//g
:%s/ (bl)//g
:wq
Or you can learn how to use Scid's Maintenance->Spellcheck player names, but in your case this may not be helpful
I use scid with Linux Mint 18.1. Scid can't find the ECO-file. Any ideas what I can do?