From your description, it looks like the file is not comma-delimited at all,
but a mix of comma and semi-colon delimiters. You might try opening it in
Word or WordPad and doing a search-and-replace to replace the semi-colons
with commas.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54
"Superbonbon16" wrote:
I am trying to import contact files to Outlook from a CSV file (previously
created from Contacts in Windows Mail).
When I get to the mapping window, I cannot drag the items from my CSV files
to the Outlook fields on the right as required because the fields in the left
box (from the CSV file) are «stuck» in one field. This is what it looks like:
name;surname;fullname;email;...
field 2
field 3
field 4
I have tried everything, it seems, without any success, to seperate the
fields in the left box and finally be able to map my data.
Is there something I am missing?