Warnings during "load data into"
can be due to loading data into a table where
the data is longer than the field in the database;
you could be trying to put a 6 char string into a 4 char field.
You can check that by doing a select on your table to see how many fields are filled completely (length=max_size)