+ Reply to Thread
Results 1 to 4 of 4

Importing data from many xml files which has same schema into a single excel sheet

  1. #1
    Registered User
    Join Date
    02-29-2012
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    41

    Importing data from many xml files which has same schema into a single excel sheet

    Hi,

    I have around 2000 xml files , can anyone suggest me what to do if i have to compile the data from them and view as rows in single excel sheet .

    I tried using the XML mapping method , but i am only able to map a single xml. and not able to extract the data from all , if i have to do this i have to select each xml and open , which will be very tedious .

    Please if anyone has a solution to this .I am attaching the xml which has the schema info.


    Thanks in advance .

    Regards,

    Mayur
    Attached Files Attached Files

  2. #2
    Forum Contributor PingPing's Avatar
    Join Date
    02-19-2010
    Location
    London, England
    MS-Off Ver
    2007
    Posts
    158

    Re: Importing data from many xml files which has same schema into a single excel sheet

    If you want to automate the processing of 2,000 XML files then I suggest you either:

    a) load them into a database (eg. MS Access or SQL Server) and then export from there into Excel; or

    b) process them into a single XML file and then use VBA (which has the "OpenXML" method) to open that single XML file as a workbook.

  3. #3
    Registered User
    Join Date
    02-29-2012
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    41
    Hi ,
    But is there any option for importing many xml files at one point in access .

    Thanks in advance .

  4. #4
    Forum Contributor PingPing's Avatar
    Join Date
    02-19-2010
    Location
    London, England
    MS-Off Ver
    2007
    Posts
    158

    Re: Importing data from many xml files which has same schema into a single excel sheet

    Quote Originally Posted by mayurpatil View Post
    is there any option for importing many xml files at one point in access?
    Not that I'm aware of.

+ 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