I am using SSIS to convert fixed width file to csv file. My flat file source is a fixed file and flat file destination is csv. My flat file source has 28 records but my destination file is creating 58 records file. It's generating a blank line after each line even though the source file does not have any blank lines. When I'm previewing the source file it looks ok but the preview in destination showing me empty line after each record. Any idea why it's generating blank lines? Thanks.
↧