mysql - phpmyadmin is truncating the last field when importing from a CVS file -
in database, have column of datatype varchar(250)
.
however, when import csv file, text stored in column being cut short. example:
e:\english\2011 , 2012 updates\100 hits - dmg100072 - movies karaoke\dmg100072-1
is being truncated
e:\english\2011 , 2012 updates\100 hits - dmg100.
in other words, of fields cut 50 characters. cause of issue , possible solutions?
you should using optionally enclosed instead of enclosed
check link more information : https://dev.mysql.com/doc/refman/5.7/en/load-data.html
Comments
Post a Comment