Bulk File Change from CSV in MacOS

csvterminal

I'm trying to change about 50 file names using a CSV format. My CSV file is setup with Col A as Old Name and Col B as New Name. I'm running the following scripts in terminal:

I followed this guide: Renaming files/names in bulk, any smarter solution?

But it wasn't working for me. I kept getting the error:
mv: rename Screen Shot 2020-03-10 at 3.03.00 PM.png to Test 1.png: No such file or directory.

I was in the correct directory and the file was also in that directory, so I'm not sure why it couldn't find it.

Is there an alternative way of bulk renaming in MacOS?

Best Answer

Go to Finder and go to the directory with the file names you want to change, then select the files you want to change the name of. Then go to the gear icon in the top of the Finder window, or just right-click on the files you selected. There is a command to change x-number of file names. See the first image below.

enter image description here

When you click on the rename x items you get the following pane.

enter image description here

From here you can set up the new file names.