I am trying to import an excel sheet data into MySql DB using MyPhpAdmin.
Following are the data types in my excel sheet
1) number
2) text fields e.g
2.1) Class E, Business Units
2.2) University Hall
2.3) East Campus
3) I am converting excel sheet into a tab delimited file
4) I am importing into MyPhpAdmin with the follwing settings
4.1) fields terminated by - \t
4.2) fields enclosed by - (optional)
4.3) fields escaped by - \
4.4)lines terminated by - \n
4.5) Columns - here I am mentioning the order or columns in excel sparating them with ,
e.g campus_location,building_name,
5) After importing the strings mentioned under point 2 appear like this
2.1)?Class E, Business Units
2.2) ?University Hall
2.3) East Campus
As you can see the third string is not having a "?". I have no idea why this is happening.Any help is welcoming
Thanks,
Marisha