I tried to import my csv file (contains scientific notations) and the system can't read them. Here's what popped out after i tried importing the csv file.
`MySQL said:
1264 - Out of range value for column 'id' at row 1`
That's because the value in column 'id' at row 1 is in scientific notation but mysql read it as decimal. How do i convert the notations automatically?