Ask a questionAsk a question
 

Answerxml mapping in excel

  • Monday, June 15, 2009 1:57 PMCandi7 Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Hello

    I'm trying to map XML data in Excel and I have followed the instructions listed on the following web-blog http://blogs.msdn.com/brian_jones/archive/2005/08/25/456298.aspx however it is not working for me, when i try to save or export it tells me that my map is not exportable...

    this is the file that I am attempting to use as my 'map' and it must be exported in the format in order for me to use import it successfully into a database program that I am using...

    <import type="financials" mode="Insert" startdate="2008-01-01" enddate="2010-01-01" importbudget="1" importexpenditures="1" importfundingsources="1" isfiscalmonth="0" searchmode="1">
    <project name="TEST2" number="2">
    <budgets>
    <budgetcategory name="Other" type="" gl="" abbrev="">
    <byear year="2009" amount="10.00">
    </byear>
    </budgetcategory>
    </budgets>
    <expenditures>
    </expenditures>
    <fundingsources>
    <fundingsource name="FRP">
    <fyear year="2009" amount="1000.00"/>
    <fyear year="2010" amount="10000.00"/>
    </fundingsource>
    </fundingsources>
    </project>
    </import>

    Can anyone tell me why this isn't working?

    Thanks!!

Answers

All Replies