Jump to content

extract XML


vick
 Share

Recommended Posts

Hi , From IE i got below XML content. How i can extract into excel or table pls?

<xml id=RunQuery>
<list count="2"><fmt><v id="servercol" n="0" type="unknown" /><v id="workitem_number" n="1" type="int" /><v id="workitem_title" n="2" type="string" /><v id="assigned_to_worker_name" n="3" type="string" /><v id="workitem_priority_lookup_ordinal" n="4" type="int" /><v id="workitem_priority_lookup_value" n="5" type="string" /><v id="workitem_status_lookup_ordinal" n="6" type="int" /><v id="workitem_status_lookup_value" n="7" type="string" /><v id="workitem_category_tree_value" n="8" type="string" /><v id="workitem_modified_on" n="9" type="datetime" /></fmt><i n="0"><v /><v>487375</v><v>ON - Test eLabLink account request for: DR. PICHE 165472</v><v>Level 2 Test eLablink Registrations</v><v>3</v><v>Medium</v><v>12</v><v>Open</v><v>Test\eLabLink Web Portal\Registration Request</v><v>10/12/2017 2:34:47 PM</v></i><i n="1"><v /><v>487792</v><v>ON - Test eLabLink account request for:DR. SYLVESTRE  </v><v>Level 2 Test eLablink Registrations</v><v>3</v><v>Medium</v><v>12</v><v>Open</v><v>Test\eLabLink Web Portal\Registration Request</v><v>10/17/2017 11:06:53 AM</v></i></list></xml>

Link to comment
Share on other sites

if i arrange in orde rproperly then looks like below:

<?xml version = "1.0" encoding = "UTF-8" standalone = "no" ?>
<xml id=RunQuery>
<list count="2">
<fmt>
<v id="servercol" n="0" type="unknown" />
<v id="workitem_number" n="1" type="int" />
<v id="workitem_title" n="2" type="string" />
<v id="assigned_to_worker_name" n="3" type="string" />
<v id="workitem_priority_lookup_ordinal" n="4" type="int" />
<v id="workitem_priority_lookup_value" n="5" type="string" />
<v id="workitem_status_lookup_ordinal" n="6" type="int" />
<v id="workitem_status_lookup_value" n="7" type="string" />
<v id="workitem_category_tree_value" n="8" type="string" />
<v id="workitem_modified_on" n="9" type="datetime" />
</fmt>
<i n="0">
<v />
<v>487375</v>
<v>ON - Test eLabLink account request for: DR. PICHE 165472</v>
<v>Level 2 Test eLablink Registrations</v>
<v>3</v>
<v>Medium</v>
<v>12</v>
<v>Open</v>
<v>Test\eLabLink Web Portal\Registration Request</v>
<v>10/12/2017 2:34:47 PM</v>
</i>
<i n="1">
<v />
<v>487792</v>
<v>ON - Test eLabLink account request for:DR. SYLVESTRE  </v>
<v>Level 2 Test eLablink Registrations</v>
<v>3</v>
<v>Medium</v>
<v>12</v>
<v>Open</v>
<v>Test\eLabLink Web Portal\Registration Request</v>
<v>10/17/2017 11:06:53 AM</v>
</i>
</list>
</xml>

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...