+ Reply to Thread
Results 1 to 2 of 2

extract info from xml and populate to excel

  1. #1
    Registered User
    Join Date
    05-14-2006
    Posts
    24

    extract info from xml and populate to excel

    Dear all,

    I was assigned with a new project to extract parameters from an xml file and insert into excel.

    How should i start with? Example once i locked to <name> tag and greap "danny", how should i proceed with the next few rows to look for "steven" and insert into excel?





    example of the xml file:

    <name>danny</name>
    <ip>10.11.22.3</ip>
    #
    #
    #
    #
    #
    <name>steven</name>
    <ip>10.11.22.45455555</ip>
    #
    #
    #

  2. #2
    Registered User
    Join Date
    05-11-2007
    Location
    Belgium
    Posts
    68

    xml > excel

    I don't know. I was just thinking this way.
    - First import xml data in Excel in a sheet.
    - Loop through the rows (records) of your sheet.
    - If there is a match <name> take the value.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1