Map is not exportable because it contains the following: Denormalized data

sdm2211

New Member
Joined
Nov 24, 2014
Messages
23
I have created a following Schema in Dreamweaver to import multiple player name in cricket scoring software.

<?xml version="1.0" encoding="ISO-8859-1"?>
<CricketModel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNameSpaceSchemaLocation="TCS_Players.xsd" version="11.0.11.00">
<Clubs>
<Club ecb="1" local="3">
<Name>INDIA</Name>
<Country>India</Country>
<Region>ASIA</Region>
<Picture></Picture>
<Teams>
<Team local="1" ecb="-1">
<Name>INDIA</Name>
<WebName>IND</WebName>
<Players>
<Player local="1" ecb="-1">
<Title></Title>
<FirstName>Yuzvendra</FirstName>
<MiddleName>Singh</MiddleName>
<Surname>Chahal</Surname>
<ShortName>YS Chahal</ShortName>
<Email></Email>
<Telephone></Telephone>
<Mobile></Mobile>
<DateOfBirth>1990-07-23</DateOfBirth>
<BattingRight>true</BattingRight>
<BowlingRight>true</BowlingRight>
<BowlingStyle>Leg Spin</BowlingStyle>
<SquadNumber>3</SquadNumber>
<RegNumber></RegNumber>
<Sex>M</Sex>
<Picture></Picture>
<Keeper>false</Keeper>
<TwitterName></TwitterName>
</Player>
<Player local="2" ecb="-1">
<Title></Title>
<FirstName>Mahendra</FirstName>
<MiddleName>Singh</MiddleName>
<Surname>Dhoni</Surname>
<ShortName>MS Dhoni</ShortName>
<Email></Email>
<Telephone></Telephone>
<Mobile></Mobile>
<DateOfBirth>1981-07-07</DateOfBirth>
<BattingRight>true</BattingRight>
<BowlingRight>true</BowlingRight>
<BowlingStyle>Medium</BowlingStyle>
<SquadNumber>7</SquadNumber>
<RegNumber></RegNumber>
<Sex>M</Sex>
<Picture></Picture>
<Keeper>true</Keeper>
<TwitterName></TwitterName>
</Player>
</Players>
</Team>
</Teams>
</Club>
</Clubs>
</CricketModel>

While creating Map in Excel from XML, I am getting Error Map is not exportable because it contains the following: Denormalized data


Can anybody help me out please.

Regards,
Sandeep
 

Excel Facts

What is the shortcut key for Format Selection?
Ctrl+1 (the number one) will open the Format dialog for whatever is selected.

Forum statistics

Threads
1,214,659
Messages
6,120,781
Members
448,992
Latest member
prabhuk279

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top