Hi All,
I'm facing decimal value truncation issue in my package. I'm using 2010 excel version and one of the column excel have both string and numeric values.
Excel displaying only the rounded values but when we clicked the excel cell it has 8 decimals. so what SSIS is doing
it picks only the rounded values and it fails to retrieve all the decimal values. In my case I need all the 8 decimals values to my SQL table. Please provide me any solution to resolve this issue.
I tried to add and remove IMEX=1 excel connection properties. In both case it wont work.
SSIS package:
Excel Sheet: Column D has string and numeric values