I am trying to import an XML of a project plan into Excel. One row of data in the XML file is showing up in multiple rows in Excel. For example, the task name is in row 2, the start date in row 3 and end date in row 4. How do I get this to appear in one line in Excel?
Thanks!
Joe
BTW -- Here's a snipet of the XML format:
<Task><UID>1</UID><ID>1</ID><Name>Project Initiation</Name><Type>0</Type><IsNull>0</IsNull><CreateDate>2011-03-23T06:51:42</CreateDate><WBS>1</WBS><OutlineNumber>1</OutlineNumber><OutlineLevel>1</OutlineLevel><Priority>500</Priority><Start>2011-03-14T08:00:00</Start><Finish>2011-04-15T17:00:00</Finish>
I used the XML Source pane to drag Name, Start and Finish into the workbook.
Bookmarks