1
votes

I am generating a Flat file from OLEDB Source using SSIS. I have specified column headers and mapped them with source columns but SSIS automatically remove special character like '/' from column Header. How can I enforce SSIS to not remove any special character from the header? Is there any way to generate a file having a special character in column name or SSIS not allowed it?

1
please add some more details ..sandeep rawat

1 Answers

1
votes

You can add special characters to Flat File Header as the following:

  • Add a flat file connection manager
  • At the flat file connection manager editor, Go to advanced Tab and rename your column

Remark: these special characters will be ignored when using SSIS objects like Script Component

Flat File COnnection Manager