I would like to insert 2 headers and 2 trailers into a flat file along with the data exported from SQL server using SSIS.
Sample Flat File
Also i have tried including multiple headers using below option in SSIS but no luck.
Please give your inputs/solutions.
Desired File Structure:
--------------------------
Header1
Header1
Data Data Data Data
Trailer1
Trailer2
------------------------
I'm successfully able to get one header using existing header field of flat file destination editor.
Thanks
Vikram