
61
Sold me insurance for my pet
iguana
Notes:
- The list above shows the import fields listed vertically – however, the import file
should have the fields listed horizontally.
- The import file should contain the import fields as the first row, separated by tabs.
- Enter data in subsequent rows under each field. If you are not specifying a particular
field, enter a tab.
- At least one of the following fields must be entered for each contact:
a. First name
b. Last name
c. Nickname
d. Email address
XML File Format:
The XML file should have the following format:
<?xml version="1.0"?>
<contacts>
<person>
<name>
<first></first>
<middle></middle>
<last></last>
<nick></nick>
</name>
<email type="primary"></email>
<email type="alt1"></email>
<email type="alt2"></email>
<work>
<company></company>
<jobtitle></jobtitle>
<phone></phone>
<mobile></mobile>
Kommentare zu diesen Handbüchern