I have several thousand students, all with two unique identifiers (one is a 4 digit number and one is an 8 digit number). I also have a standard windows folder of JPG images, where every image is the photo of a student, named with the 4 digit identifier.
I am able to generate a simple CSV list containing both the 4 digit identifier and its corresponding 8 digit identifier.
I need to be able to run some process that compares every file in the list to the 4 digit identifier and renames the file to the 8 digit identifier.
Is anyone able to guide me please.
Cheers
Phil
I am able to separate out the identifiers and create a list. I have tried some basic batch processing and some excel scripts but have reached beyond the boundaries of my ability.
Phil is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.