OL97: Problem Exporting Multi-line Contact Street AddressesLast reviewed: January 19, 1998Article ID: Q163666 |
The information in this article applies to:
SYMPTOMSWhen you export Microsoft Outlook 97 Contacts in either comma or tab delimited format, any street addresses that contain more than one line are exported with carriage returns separating the multiple lines. This may results in a skewed output file containing multiple records for those contacts containing multi-line street addresses.
CAUSEIn a comma or tab delimited file, carriage returns are interpreted as record delimiters.
RESOLUTIONThere are two options for correcting this problem:
Option 1Export the file in comma delimited (csv) format, then open the file in Microsoft Excel. The file will import correctly with one record per contact and the multi-line street address in one cell. NOTE: This option will not work if you export the file in tab delimited (tsv) format.
Option 2Export the file in either comma delimited (csv) or tab delimited (tsv) format, then open the output file in Word and manipulate the data as follows:
STATUSMicrosoft has confirmed this to be a problem in Microsoft Outlook 97. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATIONThe following, illustrates the problem described in the SYMPTOMS section and the result of performing the procedure described in the RESOLUTION section above. The example below has a 2 line street address:
John Doe 1234 Mockingbird Lane (address line 1) Apt 589 (address line 2) Dallas, TX 75123The exported file will contain a carriage return ([CR]) following the word "Lane" which results in two separate records for this one contact, as follows:
"John Doe","1234 Mockingbird Lane[CR] (record 1) Apt 589","Dallas, TX 75123"[CR] (record 2)After performing the procedure described in the RESOLUTION section above, the Resulting output will look as follows:
"John Doe","1234 Mockingbird Lane%Apt 589","Dallas, TX 75123"[CR]NOTE: This example assumes the percent sign "%" was used as the separator for the street address lines.
|
Additional query words: 97
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |