I have a 2 column in my subscriber table.
Name | email
I want to import a CSV file data in respective column with validation of email column.
I have done uploading CSV part, but i don't know how to insert data with email validation.
How I can do this, I have search allover net but I can't find any working answer on it.
Please help