Skip to Content
0
Former Member
Dec 22, 2011 at 01:08 PM

SRM MDM - Multiple hyperlinks import into qualified table

33 Views

Hi,

I need to create an import map where I can import two hyperlinks (URL2 and URL3) into the Hyperlink qualified table.

How can I achieve this?

I have an XML schema where the two hyperlinks are given in separate tags:

http://www.test.net/xxxx>

http://www.test.net/yyyy>

Can anyone provide me with a HOW-TO for how to map these two tags into the qualified table Hyperlink.

Maybe I should create two sections in the XML?

<URL2>

<MIME Type>URL</MIME Type>

http://www.test.net/xxxx>

<URL Description>TEST URL</URL Description>

</URL2>

<URL3></URL3>

KR,

Thomas