Importing more than 5k records
It seems my last thread was deleted.. I am still having trouble importing files that contain more than 5,000 records.. Can someone please help?
This discussion has been closed.
Comments
We aren't receiving an error but Sendy ends up redirect to the import page saying "Please import a CSV file"..
The reason you saw tens of thousands of subscribers was because we had to break the list into groups of 1,000 subscribers.. This isn't practical to import my suppression list of 500k.. or all of my email lists.
If your CSV is too big for your server to upload, you'll need to break them up into several chunks. What hosting are you with?
LOAD DATA LOCAL INFILE '/path/to/csv/file.csv' INTO TABLE subscribers FIELDS TERMINATED BY ',' (name, email)
Note that importing subscribers this way will not have invalid emails and duplicates checked.
But after importing, you can do a duplicates check by visiting http://your_sendy_installation_url/remove-duplicates