Dear archana:
What codexploiter said is correct, but if you want to use phpMyAdmin, you can probably just leave all the defaults as they are and just add the column name you want the data in. For example:
Code:
Fields terminated by ;
Fields enclosed by "
Fields escaped by \
Lines terminated by auto
Column names yourcolname
If the data is all for one field as you stated, then the csv file has the data on separate lines because it is separate records with line feeds. There would be commas between the fields if you had multiple fields per record, but you do not. So just put your column name, leave the rest alone, and give it a try. Don't be afraid to try things. Make a copy of the table if it has data in it already and play around with the copy first. You won't hurt anything.
Bookmarks