I want to convert Excel to XML using Excel. I am able to map Excel with XML. Now, I enter the records in Mapped Excel. Next I click on export but pop-up appears with message :
Cannot save or export XML data. The XML maps in this workbook are not exportable.
<ItemList>
<Item UnitOfMeasure="EACH" ItemID="asdes123" ItemGroupCode="44" OrganizationCode="ABC">
<PrimaryInformation IsShippingAllowed="Y" CostCurrency="USD" ShortDescription="asde" IsDeliveryAllowed="Y" Status="3000" UnitCost="0" Description="1q2w" IsPickupAllowed="Y"/>
<InventoryParameters TimeSensitive="N" LeadTime="0" TagControlFlag="N" ATPRule="DEFAULT_ATP" IsSerialTracked="Y"/>
<AdditionalAttributeList>
<AdditionalAttribute Value="N" Name="Returnable"/>
<AdditionalAttribute Value="N" Name="Consumable"/>
</AdditionalAttributeList>
<Extn ExtnLPNType="P"/>
</Item>
</ItemList>
Please help me resolve this. If you know other ways of doing this like using macro or etc, Kindly share.
Similar question conversion excel to xml