I am trying to import a comma delimited text file,
ex.
101,2005,194,1626,1029,0,0,88.3,64.28,97.8,88.3,74.7,14.22,18.54,216.3,14.22,230.1,30.39
but when I import it, the decimals are all removed. I tried setting the decimal places manually and setting an input mask but it still does not give the correct decimal.
For example, 30.39, when it is imported to field set to 2 decimal places and with an input mask of ###.00, converts to 30.00 in my table.
Any ideas on what I should change to correct this?
Thanks
ex.
101,2005,194,1626,1029,0,0,88.3,64.28,97.8,88.3,74.7,14.22,18.54,216.3,14.22,230.1,30.39
but when I import it, the decimals are all removed. I tried setting the decimal places manually and setting an input mask but it still does not give the correct decimal.
For example, 30.39, when it is imported to field set to 2 decimal places and with an input mask of ###.00, converts to 30.00 in my table.
Any ideas on what I should change to correct this?
Thanks