How can I replace "|PersonId|" with "PersonId(SourceSystemId)" in a data file by batch? There are several places need to be replaced.
Thanks,
How can I replace "|PersonId|" with "PersonId(SourceSystemId)" in a data file by batch? There are several places need to be replaced.
Thanks,
Try with replacer.bat
call replacer.bat "C:\data.file" "|PersonId|" "PersonId(SourceSystemId)"