Im doing a project at university where i need to replace the names of people in a chat log we have.
The problem is, i have over 900 unique names i need to replace, and manually doing so would take a lot of time, time i do not have. I have the names extracted and a list of the replacement names, i just need a smart way of mass replacing them. Again, this is not replacing in many different files, its replacing many different things in the same document.
I've been working in Notepad++ trying to do this, but cant seem to find the answer.
Edit: I have looked earlier at the answer provided in Find and Replace several several different values all at once however as mentioned its 900 unique names, and creating a script described there would also be very time consuming. The person is asking for 2 instances of find and replace, i need over 900