I have an Access database which I can convert to CSV file needed for the plugin to work. The problem is that I have a lot of images and images is not supported for CSV. However, image URL is supported . I can take images of each product , upload it to a server, retrive URL of that image, paste it in MSAcess, convert it to CSV and push it to XAdapter. But as you can see this is very time consuming. Uploading all these images to a server is also going to be very expensive
Is there any workaround for this?