Messages are clearer than what you describe. I just imported at .csv file. Here is the message I got:
”
1 email imported.
333 email already exists.
1 email are invalid.
Click here to view details.
”
You might want to check the format of your .csv file. Each line should be like this:
jsmith@someisp.com,John Smith
If you have commas (or maybe some other special characters in the names, you might try putting double quotes around the names.
Yes, I see now. That will work. Thank you, Aditya!