I have a flat file schema that has Header, Detail and Trailer. The Detail is not a child. They are all at the same level.
There is only one header, multiple Detail, and one trailer. I simply need to repeat the header and trailer as many times as the detail repeats and insert records into my SQL table. One for each detail row.
I can't seem to figure this out.