have 6 XML files that contain the same columns for different students, when I add XML Source and link it then generate the xsd, and then when I go to mapping I see 4 output names and each output name got different columns. for example Output name: Students col1, col2, col3, and the other output
output name: Class col3, col4, col5
output name: Section col6, col7, col8
I need to get separate columns from each output above to OLEDB destination so my destination will have col1, col4,col5, col7, col8
How can I achieve that?