I am not good in computers so pardon me if this is stupid. I have around 4800 text files in a folder (all have list of stocks and their OHLC values for each day of an exchange) where in the past some of the symbol names have changed.
I have a list of more than 500 old and new symbol names. What I wish to do is replace the old symbols with new symbols one by one (not all at once as there are multiple symbol name changes for a stock in the past).
The only problem is:
- I cannot do it manually as it is a really long list.
- I cannot do it all in bulk as stated in the link here because it breaks the data (due to multiple name changes in the past). Multiple word search and replace in notepad++
So is there a way you can suggest that I can do one by one replacement automatically in multiple files?