![]() |
What Happened To Software Documentation?
Argh. Frustrating hour trying to upload a few hundred contacts from Excel to Google Contacts. Not from another contact app, but from Excel.
Basically the idea is, make a CSV file and import to Google Contacts. But what headers and fields will Google recognize? The biggest internet company in the world can't be bothered to provide any official guidance, at least none that you can find via Google. Various individuals have put up tutorials, made sample CSV files available, posted YouTube videos. So you have search those out, figure how knows what they are talking about, follow the instructions, and find out that it doesn't work. What happened to a software company providing clear and adequate documentation for its product? When did companies decide that users should just figure it out for themselves and share solutions that might or might not work? Have had the same complaint with Parallels and with a remarkable number of specialist, very expensive financial applications. For the latter, I'm convinced the idea is that if they can force you to contact support all the time, they can have more opportunities to upsell you a new module. |
Every time I've written software to read a CSV I grab the file, then ask user if it contains column headers. If so, I display column headers and ask user to map to hte columns I use. If not, I display first row of data and ask for map.
Code:
sj@darkstar ~ $ man google contacts |
Looks like google will either import or export vcard, outlook csv or google csv. So I exported a contact from google to a google csv, just to see what the fields are - here they are, in order as exported:
Code:
Name |
Outlook csv fields:
Code:
First Name |
There are template out there. I recently went through this exercise..
|
Thank you very very much.
I have been trying to upload a CSV with just five columns: Name, E-mail 1 - Type, E-mail 1 - Value, Address 1 - Type, Address 1 - Street. Create in Google Docs, export to Google CSV, upload to Google Contacts, no worky. Contacts picks up Name and nothing else. |
All times are GMT -8. The time now is 05:03 AM. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0
Copyright 2025 Pelican Parts, LLC - Posts may be archived for display on the Pelican Parts Website