22.1. Information Preparation
The requirements stated that any user of the application would need to import their contacts from the company's existing contact management software, Microsoft Outlook. Early in the plan, I made an assumption that this would be processed as a comma-separated value export.
In this case study, the company is using Outlook 2007 on Microsoft Windows. In order to produce my testing .csv file, I used the following process:
Open Microsoft Outlook 2007.
Click File
Import and Export ...Choose the Export to a file option from the Import and Export Wizard window.
Click the Next button.
Choose the Comma Separated Values (DOS) option.
Click the Next button.
Select the Contacts item under the Personal Folders parent item.
Click the Next button,
Type a location and name in the field labeled with Save exported file as. I used "c:\test.csv."
Click the Next button.
Click the Finish button to complete the process.
After this process, a new test .csv file should have been made. This is the process the users of the application would need to follow before they could choose to import their contacts.
The actual export file I'm going to use for testing has far too many columns to insert into the body of this book easily. (It can be downloaded with the other program files on this book's companion website.) However, for reference purposes while programming, I'll show a few excerpts from ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access