Hi,
I would like to import a csv into a db that already contains data (without destroying that data).
I am given some CSV options in phpMyAdmin and need some advice.
Do I leave the column names field blank? Also, it says the fields are searated by ; but surely the whole point of CSV is that fields are separated by , or is that wrong?
I would like to import a csv into a db that already contains data (without destroying that data).
I am given some CSV options in phpMyAdmin and need some advice.
Do I leave the column names field blank? Also, it says the fields are searated by ; but surely the whole point of CSV is that fields are separated by , or is that wrong?
Comment