Hi folks,
I have a mixed xml content file like that:
What's the best way to extract a such content using SSIS? (Of course I can have more than 1 child for each node in the file)
Thank you,
Said
I have a mixed xml content file like that:
<account>123456
<name>John SMITH</name>
<adress>Something
<street>Dummy street
<number>5</number>
</street>
<city> New York
<postCode>12345</postCode>
</city>
</adress>
</account>
What's the best way to extract a such content using SSIS? (Of course I can have more than 1 child for each node in the file)
Thank you,
Said