I have an unformatted XML file like this:
<ROOT>
<A0>Hi</A0>
<A1 A="hi" A="how" A="are" A="You?"></A1>
<A2 A2="Bye"> </A2>
<A3>In this tag have hexadecimal value</A3>
</ROOT>
Questions:
- how do I handle duplicate attribute name like in tag
<A1>? - how do I handle hexadecimal values like in tag
<A3>?
I have to use this type of files as a source in a SSIS package.
Thanks
"How handle Hexadecimal values "you haven't said exactly in what way you want these processed. Please, edit the question and make it more meaningful.