Is it possible to do a batch find/replace in files such that multiple changes are made to multiple files recursively in a folder structure using a predefined table of values in CSV or tab delimited format. For example:
Find XXXX >> Replace with YYYYY:
ala_88819 >> ala_143047
ala_88818 >> ala_143046
ala_88817 >> ala_143045
ala_88815 >> ala_143043
ala_88816 >> ala_143044
ala_88813 >> ala_143041
ala_88814 >> ala_143042
ala_95507 >> ala_143057
ala_95509 >> ala_143059
ala_95505 >> ala_143055
ala_88821 >> ala_143062
and so on for another 900 some odd changes...
I suppose just about anything can be done with a macro, but how can one write such a macro if the values on the right side of the table are going to change constantly?
Thanks in advance.
Paul
Find XXXX >> Replace with YYYYY:
ala_88819 >> ala_143047
ala_88818 >> ala_143046
ala_88817 >> ala_143045
ala_88815 >> ala_143043
ala_88816 >> ala_143044
ala_88813 >> ala_143041
ala_88814 >> ala_143042
ala_95507 >> ala_143057
ala_95509 >> ala_143059
ala_95505 >> ala_143055
ala_88821 >> ala_143062
and so on for another 900 some odd changes...
I suppose just about anything can be done with a macro, but how can one write such a macro if the values on the right side of the table are going to change constantly?
Thanks in advance.
Paul