I have a Python script that automatically reads text from an image and then creates the CSV file with the information assigned accordingly. It also creates a link to the image and uploads to an external web server not associated with Wix. I can import this CSV file into my collection and the images are there and working fine but still external links.
What I want to know is if there’s a way for me to have Corvid/Wix automatically take these images and put them on the local web space and assign them to the data collection so it’s not an external link. Alternatively a way to upload to Wix and get static links to the images that can be batch pushed into a CSV file would work as well if it can be done in bulk.
The current batch is about 255 items as I’m setting it up but the eventual goal is to have around 2000 items so manually changing the image link individually is really not a solid option.
I hope this makes sense and thank you for any help!