How to prevent SSIS from writing column names to the flat file output?

后端 未结 3 1548
灰色年华
灰色年华 2021-01-14 00:48

I am getting the output in flat file as shown below.

\"Flat

How do I avoid column n

3条回答
  •  甜味超标
    2021-01-14 01:14

    Avoiding column names in the flat file output:

    Double-click the Flat File Connection Manager to open the Flat File Connection Manager Editor

    On the Flat File Connection Manager Editor, uncheck the box Column names in the first data row.

    This will prevent flat file connection manager from writing the column names to the flat file output.

    Flat File Connection Manager Editor

提交回复
热议问题