It probably has decided that that is an integer column based on the first or first few lines, and it won't import a floating point number like 1.5 as it doesn't fit that column's data type. Try specifying column types manually.
1.5
Thanks, Szabolcs
I specified column types manually and it worked fine.
Cheers,
Thad