Hi,
I have an XML structure as follows:
<Root>
<PartnerNum>123</PartnerNum>
<FName>D</FName>
<Lname>B</LName>
<Address>
<Add1>Address line 111</Add1>
<Add2>Address Line 222</Add2>
<PostCode>Po 1</PostCode>
</Address>
<Address>
<Add1>Address line 333</Add1>
<Add2>Address line 444</Add2>
<PostCode>Po 2</PostCode>
</Address>
</Root>
When I use import manager I can succesfully importby forming Joins (_ID field) between different XML structures... However when I use Import Server exception comes that I cannot use complex structures.
How do I import these kind of structures using Import server?
Regards,
Dev.