When importing an image via http in Magmi with the Image attribute processor it will not parse an http link correctly if it has a "(" or ")" in the image name. I have tried numerous ways to format the url.
example:
http://img.banggood.com/images/upload/2012/liuguanglian/SKU064425%20(-;4)-;.JPG
Had to add - to the above example or it would auto change to ( )
http://img.banggood.com/images/upload/2012/liuguanglian/SKU064425%20(4).JPG
both are retrievable via http (browser) but fail during importing. This is the error:
source error, Cannot fetch URL:
http://img.banggood.com/images/upload/2012/liuguanglian/SKU064425%20(
Image attributes processor v1.0.31 - 4) cannot be found in images path
Image attributes processor v1.0.31 - .JPG cannot be found in images path
Image attributes processor v1.0.31 - error copying
Any help would be greatly appreciated.