Hi,
My application (SSIS) will process mutiple tab delimited text files and reconcile the data into another text file as a whole. the challenge of holding data from similar text files having same set of columns without using database, Is that possible ?
I am able to read all the text files but while pushing data into a cosolidated file, the header row is repeated, I need to get rid of that repeated header row from the text files.
Any response is apprecuated.
Thanks