I have a SSIS package set up through Visual Studio that process a flattened XML file. When I process the XML file in the data flow, it creates 16 different outputs. None of these outputs has a foreign key that I can relate the tables with. Is there anyway to combine all these tables into one output, or a process that pulls all data from the XML file into one table?
Thanks in advance.
prabha