I would like to import my image from a .txt file.
I have a photos.zip.txt where all my images are store like this :
photos.zip.txt
name.jpg /path/name.jpg hashcode
example
17135046_01_hd.jpg /photos/xx/VO/LXZY/LXZY-1713-5642.jpg f0e533cdbaea68ab1fd52f3e7e8b3825
I have already imported a .xml file with all the product that manage the images by their name such as
<Photos>17125046_01_hd.jpg</Photos>
I guess the thing is to find a way to put all my images into the database then each product will get them by their name . But how can i do it ?