It looks like you're new here. If you want to get involved, click one of these buttons!
BEGIN:VCARDGmail imports CSV files. A Google-y formatted CSV looks like:
VERSION:3.0
N:;;;;
TEL;type=MAIN:1-800-MY-APPLE
ADR;type=HOME:;;1 Infinite Loop;Cupertino;CA;95014;United States
ORG:Apple Computer Inc.;
URL;type=HOME:http://www.apple.com
END:VCARD
"Formatted Name","Family Name","Given Name","Additional Names","Honorific Prefixes","Honorific Suffixes","Nick Name","Birthday","Home Address Street","Home Address City","Home Address State","Home Address Zip Code",[etc]How do you recommend moving/reformating the data? I need Name, Address, Phone, and email address, at least. Should I look into some kind of scripting, and do you have any pointers? Also, as Gmail also has email address information for a lot of these people, do you know if there is any way to merge the data?
"Steph Grey","Grey","Steph","","","","","","","","","","","","","","","","","","","","(925) xxx-xxxx","",[etc]
Comments
Thanks!