Hi,
I am importing several csv files into a database. The CSV files contain data in a decimal format, accurate to 5 decimal places. I have added data sources for these csv files and given these fields DT_DECIMAL data type. In the database, the data type for the column receiving this data is decimal(18,5). However, something is rounding the values to whole numbers. For example, I get 125.00000 instead of the expected 125.2342.
Any ideas?
thanks, Andrew