Luke,
Look at your table design (the one you are loading the data to) and see if
you have any numeric fields defined as Integer or Single; change them to
Long Integer and Double respectively, to see if that solves the problem.
Change them one by one to locate the one that causes the problem.
HTH,
Nikos