My client got a excel file with the following structure
name | email
----------------------------
Name | email here
Name | email here
Name | email here
Name | email here
Name | email here
Name | email here
I would likes to make a MySQL database table according to this pattern and save the data into MySQL.
I am wonder how to do this.
Also there is an option needed
We have to check that if that corresponding user had a correct email address, ie of the form @ .
Can we check the data as a loop while importing ?
Also how to convert this data to MySQL ?
Save this excel file as csv and run the following code with add your changings