- I have five column in
.csvfile and i have to import it inMySQL table. - But i also required date on which i import file in database.
So i mean six column in table with today date.
- I have tried with use
time stampasdatatypeandCURRENT_TIMESTAMPindefault.
But it occurs query:- Invalid column count in CSV input on line 1.
Please guide me.



