Hello,
When DTS exports data to flat file the format is the following: (Having for Column 1 and column 3 quotable is checked and for Column 2 not)
"Column1", "Column2", "Column3"
"DataVal1", DataVal2," DataVal3"
In DTS we see that thow Column2 is NOT quotable the header is "Column2" (quotable).
But in SSIS the quotable option is also affecting on header row:
"Column1", Column2, "Column3"
"DataVal1", DataVal2, "DataVal3"
Is there any option to export file in SSIS with DTS format.
When DTS exports data to flat file the format is the following: (Having for Column 1 and column 3 quotable is checked and for Column 2 not)
"Column1", "Column2", "Column3"
"DataVal1", DataVal2," DataVal3"
In DTS we see that thow Column2 is NOT quotable the header is "Column2" (quotable).
But in SSIS the quotable option is also affecting on header row:
"Column1", Column2, "Column3"
"DataVal1", DataVal2, "DataVal3"
Is there any option to export file in SSIS with DTS format.