Hello,
I’m trying to read a simple XML file and then load the data in different tables.
ex: main tag : enterprise with it s own info (name/boss)
then 2nd level is a list of employee with their own info (name/age).
In Data Services I am able to scan this file (with DTD) and then split the info into 2 tables (enterprise/employee) but I don’t see how to link these two tables. What I saw in some tutorial is when ID (of the enterprise) is written in the XML. But in my case I don’t have any IDs and so I don’t know how to do it in DS.
In SSIS when using XML files, there is new IDs automaticaly generated to link parent - soon of the xml structure.
thanks for your help.
Cheers
mathieuBO (BOB member since 2011-01-06)