Hi There,
I am trying to import a large excel spreadsheet into a mysql 5 table. All fields import correctly but only one continues to give "null" data after import.
It is a column set to Text on excel that contains data with the following format:
06/123456
Two digits for the year and a number up to six digits.
The relevant column in my mysql table is a varchar 10.
I suspect that the "/" creates problems.
Must I replace all "/" in my excel with "//" before importing?
QatQat
Life is what happens when you are making other plans.
I am trying to import a large excel spreadsheet into a mysql 5 table. All fields import correctly but only one continues to give "null" data after import.
It is a column set to Text on excel that contains data with the following format:
06/123456
Two digits for the year and a number up to six digits.
The relevant column in my mysql table is a varchar 10.
I suspect that the "/" creates problems.
Must I replace all "/" in my excel with "//" before importing?
QatQat
Life is what happens when you are making other plans.