Batch re-name files with CSV - Catalina
I'm trying to take a number of jpg files and batch change their names from their existing name to a specific name.
I have an xls I've converted to csv. it has the existing name in column A and the required name in column B. extensions would not change, only the file name.
if all files (jpgs and csv) are in the same folder, what steps do I need to follow in order to have this task automated?
I have experience using InDesign w/ csv's for automation but little experience w/ code.
I'm assuming I would use automator but if there's a terminal command that's just as good, more straightforward the better.