cancel
Showing results for 
Search instead for 
Did you mean: 

Hierarchy Table syndication

Former Member
0 Kudos

Hi,

I have a hierarchy table created in MDM 7.1 repository:

Country -> Region

Example data could be like this:

US

New York

Ohio

Massachussets

Pensylvania

Brasil

Amazonas

Acre

Rondonia

How can I syndicate all these relationships from MDM?

I need to have an output like this:

XML file like this

<Hierarchy>

<Country>

<Country Name>Brasil</Country Name>

<Country Code>0001</Country Code>

<Region>

<Region Code>123</Region Code>

<Region Name>Rondonia</Region Name>

</Region>

<Region>

<Region Code>234</Region Code>

<Region Name>Acre</Region Name>

</Region>

</Country>

<Country>

<Country Name>US</Country Name>

<Country Code>0002</Country Code>

<Region>

<Region Code>345</Region Code>

<Region Name>Ohio</Region Name>

</Region>

<Region>

<Region Code>456</Region Code>

<Region Name>New York</Region Name>

</Region>

</Country>

</Hierarchy>

Is it possible in MDM 7.1?

BR, Edas

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hierarchy in MDM is treated as single field, where it stores complete hierarchy structure.

so I would say more flat structure output rather the one you mentioned!

hope this helps.

thanks,

Alexander.