When I export my outlook CSV file into Gmail, the phone numbers turn up as name, how do I fix this ?

1 Answer

Answer :

Modify the column order of your CSV to match what GMail expects. It’s easy to do, just open the file in Excel or some other spreadsheet editor and move the columns to match what GMail needs to receive (since you can’t rearrange GMail’s contacts file to suit your CSV).

Related questions

Description : Is an Outlook .PST file of 2gb too large?

Last Answer : answer:Which version of Outlook are you using? The older versions (Office 97, I think) did have file corruption problems with large .PSTs. I thought they had fixed it with the more modern versions, though. It may not be a bad idea to split some emails off into another .PST.

Description : How can I move sent messages automatically from Gmail (IMAP) to my local PST file?

Last Answer : You could most probably access your Gmail ‘Sent’ folder from within Outlook. Can’t you just drag them onto your local ‘Sent’ folder from there?

Description : How do I stop Outlook from moving anything to the Junk folder?

Last Answer : Hope this helps, http://www.realtown.com/articles/view/using-the-junk-folder-in-your-outlook-program

Description : Outlook 2007 Troubles?

Last Answer : answer:Well, your first problem is that you have Outlook. sorry, I’m sorry, but I just don’t see the point of it, and my Mum and Dad are always bothering me with outlook problems. Sadly I can’t help you with yours.:(

Description : Setting up Gmail IMAP?

Last Answer : This tutorial has step by step instructions on how to do so with visuals to go with the instructions

Description : Best Client for Gmail on IMAP?

Last Answer : answer:I have used Gmail's IMAP service under several clients and have found what I liked the best. I have used Outlook 2007, but it seemed a little sluggish for my liking. Thunderbird was the best solution that ... . Fast, simple, and easy going. I use Mail for OS X, and it handles it well too.

Description : A window pane is fogged up, how much is it going to cost to fix it?

Last Answer : answer:Is it a double pane nitrogen or argon filled window? How big is it? Can you see a pin hole in the outer pane? the cost can vary a lot. If it is a single pane normal sized ... basement window while mowing. One by one I replaced them with high strength plexiglass and have had no breaks since.

Description : Windows automatic update just shut down my computer automatically, only to not boot up again, how can I fix this?

Last Answer : And what bootloader are you using? I assume that it isn’t the normal Microsoft one since you are on a Mac. That means some funky interactions when the software tries to control hardware expecting a standard PC with a normal BIOS and all.

Description : Can you help me fix my laptop keyboard issue?

Last Answer : First thing I’d do connect an external USB keyboard to it and reboot. If it starts normally and you can type in a password, you can detrrmone whether the build-in keyboard problem was a anomoly or is a hardware or software problem that needs to be professionally repaired.

Description : How do I fix the audio problems I'm having with my MacBook Pro outputting through HDMI?

Last Answer : If it works correctly while in Mac os x, but doesn’t work correctly in windows, that proves that its a software issue. Are you able to get a different audio driver in windows? Have to googled your issue to find out if it’s common?

Description : I have problems accessing folders shared on the network on a Win7 machine from a virtual WinXP machine. What can I do to fix it?

Last Answer : My system is run from XP then to a D-link router to a Windows 7 laptop.and I send folders by internet. Not exactly your problem but it works. If those folders are in an earlier Office on the XP you ... at all. I do love my favorite solution for most computer problems I call my son to come over. :-)

Description : How do I fix this 'open with...' annoyance on my mac (see details)

Last Answer : Holy shit.. That would drive me insane. Could you try seeing if it happens with a new user account? If it doesn’t I think I might know of a fix.

Description : How to Fix Power Windows

Last Answer : How to Fix Power Windows Many cars today don't have windows that can be manually rolled up and down, but instead have power windows that can be controlled with the push of a button. There ... now and then. With these tips, you can resolve this problem without consulting a professional. Good luck!

Description : Can`t open excel files by clicking on the file icon?

Last Answer : answer:Go into Control panel, and look at Default Programs. That area is what tells the system what programs are supposed to open files with certain suffixes (like XLS or XLSX for Excel, for example ... XLSX on the list in Default Programs, and follow the steps to reassign it the proper default.

Description : WinRAR corrupt MP3 file -CRC failed?

Last Answer : I can’t answer this question, but I have already sent it to some tech-sawy people on ask-public. Hang on!

Description : According to Windows Explorer, how can a file be "created" at a later date and yet "modified" at a prior date?

Last Answer : If you make a copy of a file, the created date is the date you created that copy of the file. The modified date will remain unchanged. So, in your case, you have a video you created on ... (copied to new laptop). And that changed the created date - because that is the file creation date.

Description : How do you restore the Tool bar File, Edit, etc.

Last Answer : Try F11.

Description : How do I copy a 7GB file from a Macintosh to a Windows 7 PC?

Last Answer : answer:If you want to use a USB stick then you could either format it as NTFS which you will be able to see the larger partitions Or use winrar to build an archive and split the file up and then put it back together on the other end.

Description : In Windows 7 is there a way to select by file type?

Last Answer : Can you just search the folders for files ending in .exe or .doc? I think just searching for doc or exe would do it.

Description : DOS batch file that prints out contents of a folder in notepad?

Last Answer : You must not have looked very hard :) First result on Google when searching for: contents of a folder into a notepad text file.

Description : Faster CR2-->DNG file converting?

Last Answer : Sorry don’t know and I can’t find any info on it. I just convert to DNG whenever I import into Lightroom.

Description : I'm trying to download Windows Media to my macbook, but i can't open the file!

Last Answer : windows media probly works best on windows

Description : How do I get the Windows connect now file on to my USB?

Last Answer : well…. vista sucks

Description : Simple Filemaker files: any way I can turn them into CSV on a machine that does not have a copy of Filemaker?

Last Answer : I have a copy of FileMaker Pro. If you want to email the file to me I will convert it for you. I will PM you my e-mail address.

Description : Upload CSV file to Blogspot?

Last Answer : here

Description : Does a .CSV file zero bytes in length have one empty cell or zero cells?

Last Answer : answer:Zero cells This usually occurs when a program “autosaves” a file that has not been written to yet.

Description : Write the code in python to read the contents of “number.csv” file consisting of data from a mysql table and print the data of the table -Technology

Last Answer : f = open('numbers.csv', 'r') with f:reader = csv.reader(f)for row in reader:for e in row:print(e)

Description : not 'str' while creating CSV file in python -Web-Development

Last Answer : answer:

Description : CSV file created using Dictwriter in Python contains a blank line in between each data line? -Web-Development

Last Answer : answer:

Description : Create a Python dictionary from the data in a CSV file -Web-Development

Last Answer : answer:

Description : Python: how to sort a CSV file by some column(s) -Web-Development

Last Answer : answer:

Description : Create a CSV file to save a Python dictionary -Web-Development

Last Answer : answer:

Description : Python: how to save a pandas dataframe in a compressed CSV file -Web-Development

Last Answer : answer:

Description : How to save a Python csr_matrix as a CSV file -Web-Development

Last Answer : answer:

Description : How can I export a Microsoft Office Outlook inbox into Apple's Mail.app?

Last Answer : answer:This is an overly complex and slow method but if you find nothing else, you could 1) sign up for a Gmail account 2) open it up via IMAP in outlook 3) drag your mail into it 4) go to ... and 6) drag it out to a local folder. Again, not the smartest way to go but is possibility nonetheless.

Description : Is it possible to set it up so that all of my sent messages in Outlook 2007 are automatically sent to a gmail account?

Last Answer : Hmm. I don’t use Outlook, so I don’t know if you can do this via some sort of feature, but you could always just manually send each message to the gmail account as a CC.

Description : Can I connect my gmail to outlook?

Last Answer : answer:You would like to use Outlook on a PC to send & receive Gmail, correct? Step 1 Enable imap in your Gmail account Gmail Help - Get started with IMAP and POP3 Step 2 Set Up Gmail in ... that says My outgoing server requires authentication . Hit OK, and hit Next to complete your account setup.

Description : Have you ever seen a solution for the mailto: that opens Outlook Express when you want Gmail etc.?

Last Answer : answer:We can already choose the default mail program (or website) on our computers, and clicking Mailto: links already launches that default mail program. What problem, exactly, is your solution solving?

Description : How do I have 2 users check 1 Gmail throuh Outlook?

Last Answer : IMAP would be your best bet but even then there’s limitations. If one user deletes an email prior to the other one it might not pull down locally.

Description : How do I retrieve Outlook Express Address Book and Account settings without having done an export?

Last Answer : How do I copy retrieve Outlook express address book and e-mails from an old HDD to a new one? I have the old HDD connected via a magic bridge.

Description : How do you export Outlook folders to another format?

Last Answer : Although the right code can help Office applications talk to oneanother, sometimes it's quicker to export data. An automatedsolution is definitely worth the effort if users must frequentlyrepeat the ... names if you decide to codethe solution later. Knowing those internal field names isessential.

Description : Is there a way to linksys pci adapter into a wifi router?

Last Answer : It’s a reciever, not a transmitter, so no.

Description : How can I fix this gmail sync problem with my phone?

Last Answer : Do you have another Gmail account you can test out, to see if it’s the exact email account?

Description : How high up would your flat have to be, in order for you to be comfortable keeping your windows open at night?

Last Answer : My neighborhood is so safe, I keep my windows open at night whenever I want. I have no rubber ducky’s at all, not even one.

Description : Speed up old laptop?

Last Answer : You need more ram, at least 4 gigs. Is that all the laptop will support or can you dump the sticks you have in there now for ones with larger capacity? This is about your only good option.

Description : Is there an app for windows that accomplishes the same thing as the Mac disk mounter that shows up on the desktop?

Last Answer : When you mount such a device on Windows it shows up on ‘My Computer’ rather than the desktop. But that’s just Windows. I suppose there’s an advantage of showing it on the desktop, but probably not worth writing an App to make it happen. Is this device on the desktop thing a Mac thing?

Description : Whats up with my computer?

Last Answer : Is there anything actually wrong with the computer? Or is it just the blinking that has you concerned? Does everything operate normally after the blink? Sounds to me like you have some graphics glitch.. like a driver that needs updating.. or a setting that kicks in at boot time.

Description : How do i set up VPN on Windows XP to work with iPhone?

Last Answer : answer:In order to answer this, I need to know exactly what VPN is, and if you still have this problem, as your original Q was posted around 6 months ago. August 24, 2008, 8:55 AM EDT

Description : How do I set up windows xp to conect to the Internet using my wireless ruter?

Last Answer : answer:It kinda varies. Your manufacturer may have supplied their own wi-fi connectivity software (my Dell does that I don't use the default Windows control panel). What kind of PC? ... Have you already tried Start > Control Panel > Wireless Configuration Utility? Or Wireless Network Setup Wizard?

Description : Why would there be SRS Premium as a search result on one desktop and not the other? See detail?

Last Answer : SRS Premium is a “driver ” for audio. One has it and the other doesn’t.