XML Target Connector > Synchronization Tasks with XML Target Connector > XML Target Table Logic
  

XML Target Table Logic

Explanation: XML with one contact.
Thumb Rule: The Complex or Simplex type must be repeated to be treated as a candidate for table.
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<CustomerData xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Customer>
<CustomerInformation>
<CustomerID>EX-CI164308</CustomerID>
<CustomerFlag>N</CustomerFlag>
<OrganisationName>ACXIOM</OrganisationName>
<CustomerAbbreviatedName>ACXIOM</CustomerAbbreviatedName>
<CustomerStatus>A</CustomerStatus>
<AccountType>External</AccountType>
<CustomerCategory>Insight</CustomerCategory>
<CustomerClass>INSIGHT</CustomerClass>
<CustomerLanguage>GB</CustomerLanguage>
<CustomerUrl>http://www.acxiom.co.uk/about_us/Pages/AboutAcxiom</CustomerUr>
<CustomerProspectCode>CUSTOMER</CustomerProspectCode>
</CustomerInformation>
<Contact>
<IsNew></IsNew>
<ContactId>SF-0032000000gmMcIAAU</ContactId>
<FirstName>Gerry</FirstName>
<LastName>Groome</LastName>
<JobTitle>Marketing Co-ordinator</JobTitle>
<Language>GB</Language>
<Email>gerry.groome@acxiom.com</Email>
</Contact>
</Customer>
</CustomerData>
Explanation: XML with two contacts.
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<CustomerData xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Customer>
<CustomerInformation>
<CustomerID>EX-CI164308</CustomerID>
<CustomerFlag>N</CustomerFlag>
<OrganisationName>ACXIOM</OrganisationName>
<CustomerAbbreviatedName>ACXIOM</CustomerAbbreviatedName>
<CustomerStatus>A</CustomerStatus>
<AccountType>External</AccountType>
<CustomerCategory>Insight</CustomerCategory>
<CustomerClass>INSIGHT</CustomerClass>
<CustomerLanguage>GB</CustomerLanguage>
<CustomerUrl>http://www.acxiom.co.uk/about_us/Pages/AboutAcxiom</CustomerUr>
<CustomerProspectCode>CUSTOMER</CustomerProspectCode>
</CustomerInformation>
<Contact>
<IsNew></IsNew>
<ContactId>SF-0032000000gmMcIAAU</ContactId>
<FirstName>Gerry</FirstName>
<LastName>Groome</LastName>
<JobTitle>Marketing Co-ordinator</JobTitle>
<Language>GB</Language>
<Email>gerry.groome@acxiom.com</Email>
</Contact>
<Contact>
<IsNew></IsNew>
<ContactId>SF-0032000000gmMcIAAU</ContactId>
<FirstName>Gerry</FirstName>
<LastName>Groome</LastName>
<JobTitle>Marketing Co-ordinator</JobTitle>
<Language>GB</Language>
<Email>gerry.groome@acxiom.com</Email>
</Contact>
</Customer>
</CustomerData>