Hello
I need your help with regards to bulk renaming files using data within a CSV. I currently have over a thousands documents on my PC that contain a number only as the filename. For example, C:\Documents\Folder1\568793.docx.
I also have a CSV which not only contains the number the document was assigned but also a more meaningful description. For example, Cell A1 '568793-JoeBloggsCV.docx'. There's a reason to why the export only took the number but that's a different story.
So now I have all of these documents on my PC with a filename containing just numbers, though finding the document that I want is going to prove difficult.
Question: How can I perform a bulk rename on every physical file using the data from the CSV. For example, if document filename contains 568793, then rename to 568793-JoeBloggsCV.docx.
Every document will have it's own number so there will not be any conflicts. However it is just a case of getting the filename renamed to the same description in the CSV.
Are you able to help? VBS would be ideal unless there is a better way of carrying out the above.
Hope this makes sense.
Thanks in advance.