I’ve got the same issue ! I try to import CSV files and get the same error message regarding the validity of imported emails.
Ok I digged in the forum I found out how to avoid it :
1. Edit the CSV file with a text editor
2. Search and replace all “;” by “,”
It worked properly a second ago.
Cheers from Waterloo, Belgium 🙂
D.
Thread Starter
Kjetil
(@kjetilgf)
Thanks for sharing!
Struggled quite a bit since there are no visible ; or , in a csv file to replace.
The key is to open the csv file in a text editor, replace and reserve – voila!
Solved!