Forum Discussion
Magnus_Kjellson
Sep 20, 2023Copper Contributor
Creating .csv fails...
I'm trying to import contacts to Outlook by creating a .csv file in Excel.
I've got three columns with data, email - first name - last name in columns A to C.
I "save as" choose .csv comma separated format, but everything stays in column A to C and when I attempt to import to Outlook, I get all three data bits as one.
(Instead of getting "email", "first name" and "last name" separately to be able to map them to the corresponding field in Outlook, I get "emal;firtst name; last name" and cannot map...
What am I doing wrong? Thanks so much for help!
3 Replies
Sort By
- JKPieterseSilver Contributor
Magnus_Kjellson Outlook is expecting a comma-separated csv, but your Excel produces a ; separated csv. This is due to your regional settings where the decimal separator is a comma (I expect). In Excel, before exporting the file to csv, try this: Go to File, Options, Advanced tab. Uncheck "Use system separators" and set a period as the decimal separator and the comma as thousands separator:
Once you've exported the file, check the "Use system separators" box again.
- Magnus_KjellsonCopper Contributor
Hi, and thank you so much for your help!
I've unchecked that box and put "." as decimal separator and "," as thousounds separator,
but still get the result in Outlook as i pic below..? 😞
(Should be three values in the left column, not one long one including them all.)
No luck so far. I hope you have another idea? 🙂
- Magnus_KjellsonCopper ContributorNo straightforward solution found, but a work around solved it..!
I opened the Excel csv-file, which contains just the needed parameters, name, and e-mail, in "Note pad" app, chose "edit" and "replace" and replaced ; (semicolon) with , (comma) and saved the file.
Now in Windows Explorer I changed the name/file format of the file from Note Pad from .txt to .csv and the the import into Outlook worked flawless..!