limit to number of imports in a file?
I didn't see anything in the docs, but I'm having problems importing a large number of sites.
I have a user with 3,300 and change citations that she put together in Excel. I was able to export that to csv and then use php to build an rdf file. If I try to import the whole file, I get an error that the file type is not supported. I'm in the middle of doing the import 200 records at a time, and so far no problem. I'm going to slowly increase that to see if the number of records is the problem.
There's probably an odd character in record 3,157 that's killing it. :)
I have a user with 3,300 and change citations that she put together in Excel. I was able to export that to csv and then use php to build an rdf file. If I try to import the whole file, I get an error that the file type is not supported. I'm in the middle of doing the import 200 records at a time, and so far no problem. I'm going to slowly increase that to see if the number of records is the problem.
There's probably an odd character in record 3,157 that's killing it. :)
Instead of going in steps, you could split the file in half and narrow it down much faster that way.
But I also found that there's a length limit for descriptions and that the "&" character can cause problems. But it's all in now. whew.