<OrderContact>
<Contact>
<ContactName>Harj Dhamrait</ContactName>
<ContactDescription>13</ContactDescription>
<ListOfContactNumber>
<ContactNumber>
<ContactNumberValue />454854 5532281</ContactNumberValue>
<ContactNumberTypeCoded>TelephoneNumber</ContactNumberTypeCoded>
</ContactNumber>
<ContactNumber>
<ContactNumberValue>0987262 532281</ContactNumberValue>
<ContactNumberTypeCoded>Other</ContactNumberTypeCoded>
<ContactNumberTypeCodedOther>Switchboard</ContactNumberTypeCodedOther>
</ContactNumber>
<ContactNumber>
<ContactNumberValue>[email protected]</ContactNumberValue>
<ContactNumberTypeCoded>EmailAddress</ContactNumberTypeCoded>
</ContactNumber>
<ContactNumber>
<ContactNumberValue>01322 296 252</ContactNumberValue>
<ContactNumberTypeCoded>FaxNumber</ContactNumberTypeCoded>
</ContactNumber>
</ListOfContactNumber>
</Contact>
</OrderContact>
I need to convert this to a SQL Server table:
| TelephoneNumber | Switchboard | EmailAddress | FaxNumber |
|---|---|---|---|
| 454854 5532281 | 0987262 532281 | [email protected] | 01322 296 252 |
