Hi
As source in SSIS I have an XML file and as destination an Excel file. SSIS produces in Excel as many tabs as blocks in XML. The last column in every tab contains some IDs like for instance employee_id. Such IDs are not found in the XML file. In my understanding SSIS produces itself these IDs to keep track of connected (nested) blocks.
Currently I use vlookup on those IDs to "manually" put together all tabs in one single tab. Isn't it possible to automatically get all data from XML in one single Excel tab?
By simpy importing XML in Excel (without SSIS) you also get not only one single tab. Well, depending on some import options you can actually get one single tab but it's not easily readable because some shifts - as you go to the right the line number increases like this:
Name Town Age
Paul
London
44
Thanks!
Gabi
gec