OL98: Problem Exporting Multi-line Contact Street AddressesID: Q180658
|
When you export Microsoft Outlook 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.
In a comma or tab delimited file, carriage returns are interpreted as record delimiters.
There are two options for correcting this problem:
The following illustrates the problem described in the "Symptoms" section
and the result of performing the procedure described in the "Resolution"
section.
The example below has a 2-line street address:
John Doe
1234 Mockingbird Lane (address line 1)
Apt 589 (address line 2)
Dallas, TX 75123
The 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,
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 in step 6.
Additional query words:
Keywords : IntpImEx
Version : WINDOWS:
Platform : WINDOWS
Issue type : kbprb
Last Reviewed: August 10, 1999