I have some precreated text files which at present need headers and footers adding to them by hand. I cannot see a way of doing this at source as the header and footer do not have the same number of columns as the main data and SQL DTS requires a valid SQL statement.
What would be the best way of adding the header? I presume I could use a FileStream in append mode to add the footer easily.
What would be the best way of adding the header? I presume I could use a FileStream in append mode to add the footer easily.