Hello,
I would like to rename image series using a csv.
The csv has the old name or parts of it and the new name.
The files to be renamed (image series) are in a folder and have the old name with a count at the end.
Example: Image-1.jpg, Image-2.jpg, Image-3.jpg...
The program should find the file "Image*" in the csv and then convert the files in the folder to 230000999-1.jpg (new name), 230000999-2.jpg, 230000999-3.jpg...as often as it finds "image". If it then finds "painting*", it converts it to 888000999-1.jpg...until it finds the next match.
I tried to import a test csv but was not successful. Error: "does not contain valid lines"
also I am not quite clear where to activate the count.
I hope the challenge is understandable.
Thank you very much
Marc