I need to extract some images from about 1000 rows in a numbers file and I'm convinced there has to be a more efficient way to do it.
Ultimately, I'll be inserting all of this data into a MySQL db and I was hoping to use a CSV file but phpMyAdmin, for some reason, tells me there's an error when I upload it. I want to extract all of the non-text data but I'd like not to manually go through each row and pull the images. Does anyone know of a more efficient way to do this?