I have a finished SSIS package in Visual Studio 2008R2 that runs beautifully:
1. exports SQL data into a flat file destination with 1 header row,
2. renames the file to include the date in file name
3. Finally, it FTPs this file to our vendors destination for upload
PROBLEM: recipient wants the header row to be repeated 3 times before details begin. Is there a way to do this??
Tab delimited flat file should look like this:
HeaderRow1 header2 header3 header4 header5 header6
HeaderRow2 header2 header3 header4 header5 header6
HeaderRow3 header2 header3 header4 header5 header6
DetailRow1 Detail2 Detail3 Detail4 Detail5 Detail6
(all other detail records follow)
Thank you in advance for all your help on this.
[blue]Kathy,
Bus Sys Analyst[/blue]
"I am always doing that which I can not do, in order that I may learn how to do it."– Pablo Picasso
The person who says it can't be done shouldn't interrupt the person who is doing it.—Chinese Proverb
1. exports SQL data into a flat file destination with 1 header row,
2. renames the file to include the date in file name
3. Finally, it FTPs this file to our vendors destination for upload
PROBLEM: recipient wants the header row to be repeated 3 times before details begin. Is there a way to do this??
Tab delimited flat file should look like this:
HeaderRow1 header2 header3 header4 header5 header6
HeaderRow2 header2 header3 header4 header5 header6
HeaderRow3 header2 header3 header4 header5 header6
DetailRow1 Detail2 Detail3 Detail4 Detail5 Detail6
(all other detail records follow)
Thank you in advance for all your help on this.
[blue]Kathy,
Bus Sys Analyst[/blue]
"I am always doing that which I can not do, in order that I may learn how to do it."– Pablo Picasso
The person who says it can't be done shouldn't interrupt the person who is doing it.—Chinese Proverb