multiple text files replace help
-
I have multiple text files A.txt ,B.txt ,C.txt i want to replace same word in each text to different unique text from unique.txt list
-
You might find some hints on how to do this in this thread in response to the @Vasile-Caraus posting.
Also you might want to provide more detail on your problem, especially the format of
unique.txt
, in order for people here to provide the best help. -
Look for programs that use a replacement script.
TextReplace - http://azjio.ucoz.ru/load/vsjo_dlja_autoit3/skompilirovannye_skripty/textreplace/4-1-0-26 -
@AZJIO-AZJIO said:
Look for programs that…
Sure, but the first instinct is to do things within Notepad++ itself. Often it can be done.
But I do recognize that a problem is so specialized or doesn’t play to Notepad++'s strengths (meaning it is really tough to accomplish inside N++), and some other tool is best.
It depends upon the situation. And so far, we haven’t heard the full details of what the OP is needing to do.
-
use GrepWin or TextCrawler for multiple search and replace in million of files all at once :)