Hi
I have a simple table with 4 columns that I need to export to a text file using SSIS - no problem there. But I also want to create the file with a header and footer. The header contains some static data and the date and the footer contains the number of records.
In DTS I had some ActiveX scripts to export the header, data, and footer to 3 separate text files then used more scripts to append the 3 of them together. Failrly chunky I know but it works. I'm thinking there must be a much nicer way to do this in SSIS but I'm not sure what.
cheers