Hi. So, I am working with a large massive upload of registers to Omeka Classic. I divide it in several CSV of 100 rows each.
For the files, in first stance I used gitHub and their URL. After the first 400 -ish, CSVImport begun to omit all the elements of the import. But worked if I tried to not put the column of “File” in the CSV.
I thinked was some GitHub problem, so I moved the rest of items to the same server my Omeka is installed. And I change the URLS to that.
And worked again… until 400-ish.
Same issue. But I don’t know other method to finish. What is the problem and where is? Is it in the server? I don’t know so much about servers.
So, you’re doing this in different 100-row files, but still it stops working after 400 (meaning, after doing several different CSV files)?
If I’m reading you right, I’d suspect that there’s something about the files themselves or the URLs that changes around that 400-ish point. I can’t think of anything that would happen with CSV Import itself that would cause this to stop working partway through a set of imports with separate files.
If you turn on error logging (instructions are here under the heading “Activate Error Logging”, then CSV Import should log any errors it’s having and that might give you a clue as to what’s going wrong.