I think you should do this with your prefered programming language. I for one would use PHP.
First read your CSV into an array. Build a $search Array and a $replace Array. Then in a loop read each file into a string and do a replace($search, $replace, $string). Finally write new string back to file. -- <http://forum.pspad.com/read.php?2,64988,64996> PSPad freeware editor http://www.pspad.com
