|
Lemme explain to you step by step on how to export the database to CSV.
1. Select the database, then table you wanna export.
2. Click the Export tab.
3. Select CSV for Ms Excel
4. Tick Save As File
5. Go
(Leave all others as default)
Now, when you edit the CSV file with Excel, just edit, but when you save it, Excel will prompt you to save in Excel format. Click No.
Importing CSV file:
1. When you upload the CSV file, it will automatically detect it as CSV.
2. Change the comma seperated to ";"
In the problem that you face, there are some lines in your CSV file that is giving problem, such as spacing issue. Here's what I usually do:
Seperate the file as several CSV files. Then import seperately. You will later find out which row is giving you problem. Then you can fix it.
If you can't fix it, that means the syntax you have may be wrong. Either in this case you have to add it manually, because sometimes phpmyadmin just won't recognize same syntax from Windows (assuming you are hosted in Linux server).
HTH!
__________________
Over 1700 Web Hosts and counting. Reliable Web Host Reviews - Please login or register to view this content. Registration is FREE
|