I am exporting data from database tables to CVS files. I have noticed that some rows are getting their values misaligned from the original columns and this skews up my data a big time as for example, a date data type value ends up in a decimal data type column in some rows. This is happening in just a handful of rows while the rest of the rows values are aligned properly. What am I supposed to do to maintain the original structure of rows and columns? I am using a simple Data Flow Task in SSIS to do this. All that it has is an OLE DB Source component and Flat File Destination component. Its SQL 2012 SSIS platform.
Mpumelelo