You can have ADAT automatically import contact by following the XML CID-List Spefications below.
<Contacts> <Contact> <Name>[a name]</Name> <Company>[a company]</Company> <Numbers> <NumberInfo> <Number>[a phonenumber]</Number> <Type>[Business|Home|Other]</Type> </NumberInfo> [... multiple occurences of <NumberInfo>] </Numbers> <Keywords>[keyword(s)]</Keywords> </Contact> [... multiple occurences of <Contact>] </Contacts>
There can only be 1 contacts element
<Contacts> <Contact> <Name>J. Doe</Name> <Company>World of Carpets</Company> <Numbers> <NumberInfo> <Number>1-800-222-5415</Number> <Type>Business</Type> </NumberInfo> </Numbers> <Keywords>John, 1-800-222-5415</Keywords> </Contact> </Contacts>