I'm exporting an MSAccess table to a flat file using a simple Data Flow Task in VStudio SSIS. My problem is a column, defined in the table as Number(Double) is being forced to scientific notation, no matter what data type I select in the destination flat file connection manager.
Is there someplace else to determine the source data type?
I have a source connection manager where I defined the MSAccess file connection and the table to use. Then I have a destination flat file connection, which is where I have the ability to select data types and do the mappings.