Not sure if this is the right forum or not, im looking for a utility or a way within the confines of a windows system to rename a directory of 7,000 files based on a csv which holds an old value and a new value for the names. So:
CSV sample data:
oldname newname
bob123 johnman
scott bill
I know this would be pretty easy to do on a unix system with utilities like sed but im not familiar enough with windows to know if there are similiar tools out there.
Any suggestions? THANKS
CSV sample data:
oldname newname
bob123 johnman
scott bill
I know this would be pretty easy to do on a unix system with utilities like sed but im not familiar enough with windows to know if there are similiar tools out there.
Any suggestions? THANKS