Forum Discussion
TheVictor
Dec 09, 2020Copper Contributor
CSV file uploading to google contacts
L.S. I need to upload an excel file to my google contacts. Can't get it to work tho. I'm aware that the file needs to be saved as a csv. file in order to be uploaded to google contacts. Now the ...
Dec 09, 2020
TheVictor
Sometimes, you have to skip some fields on the target ( google contact) because you do not have that information.
You should follow the same field orders on the target, and on the one that you do not want to fill,just add space and then ,
on the target:
First name, last name, mobile, email
and you do not have the mobile, you write it like this in your CSV file
John, Bill, ,John@gmail.com
I hope this will help, otherwise post a sample of your contact and how it uploaded on google contact.