I know that there are python scripts that can change a file name But i have a little problem I am trying to bulk upload some images into yahoo store, The names for the images has to be the same as the product id for the server to link the images to the proper product. (I still cant understand why they don't just have a field in the database that you can list the name you have set but anyway) I have all my images in one file for all my products (supplied by my supplier) but the names are something like benj7007.jpg I also have a csv product file that lists the sku number and what the image name is. When I am uploading the products into the yahoo store i am using the SKU number for the product id. I can easily create a text file that will list the SKU and Image name for the group of products i am uploading and use it for python to read from SKU Number 700756 Image benj7007.jpg
I need to change the Image name of all of the images to match the SKU but i am lost as to how to do this. can someone point me in the right direction. Thanks Again, I did search but i couldnt find an solution for this kind of issue