Hi,
I have a CSV file which I generated from export contacts from a personal contacts folder in Outlook 2010. About 3,500 records.
I have mapped the relevant fields and created all the necessary (Mandatory) fields also, to import into an Exchange 2010 GAL using CSVDE to import into the AD (Windows Server 2008)
My issue is rather simple. I created a test file with 2 records in it. The first one was scant on information and imports no problems at all so I know that the schema is correct. The second one, however, has an issue with, potentially, 2 fields - streetAddress and notes. The reason is because the 2 fields have line breaks in them which seems to upset the import process with the following error:
Connecting to "(null)"
Logging in as current user using SSPI
Importing directory from file "test3.csv"
Loading entries.
Parsing error. Last read character is 184
Syntax error on line 2
0 entries modified successfully.
An error has occurred in the program
Character 185 is the line break. We would like the address to be held in the same format, as in, over multiple lines and not as one long string.
We have to regardless because some of the notes held against the contacts are huge and if I pass it as one long string it gets upset because I have exceeded the allowable length.
Any ideas would be gratefully received.
Martin