I have a .csv
file that has 2 columns: PRE
and POST
. The PRE
column contains the old folder names and the POST column has the corresponding new folder names. I have about 1000 folders to rename and would like to automate it.
PRE,POST
123,123AB
003,234
456,789
Are you guys able to give me something to start with or point me to the right direction?