R
rzaleski
I want to create an application that reads an xml diagram. Due to the
heirachical nature of xml, when I
read the file into a dataset, I get two tables. Is there a way I can
flatten the tables, so I go from this:
Table1:
NAME
Ryan
Jake
Table2:
JOB DATE
Paper March
Homework April
Other May
To this:
NAME JOB DATE
Ryan Paper March
Ryan Homework April
Jake Other May
Also, I want to make sure I can save it in the proper format
(heirarchical).
Thanks.
heirachical nature of xml, when I
read the file into a dataset, I get two tables. Is there a way I can
flatten the tables, so I go from this:
Table1:
NAME
Ryan
Jake
Table2:
JOB DATE
Paper March
Homework April
Other May
To this:
NAME JOB DATE
Ryan Paper March
Ryan Homework April
Jake Other May
Also, I want to make sure I can save it in the proper format
(heirarchical).
Thanks.