The OP's example data does not have a header row, but if it did, the message would be presented because "Year" cannot be inserted into an integer column. This is the scenario that caused this same message for me (although, for me, it was "eligible_date" trying to go into a datetime column). I added the FIRSTROW = 2 parameter.