[OGo-Users] OGo - Importing Mass Contacts
Adam Tauno Williams
users@opengroupware.org
Fri, 13 Apr 2007 07:45:45 -0400
> Question regarding the mass import of contacts (from CSV file):
> After uploading the contact file, and mapping the columns to fields, OGO
> asks to confirm the import of EVERY single contact. Is there a way to
> bypass this so that I can truely import ALL of my contacts (2500+)
> without having to click "import" on each one?
I'm not aware of any way to disable confirmation. Perhaps you should
file an enhancement request.
But the real beauty of OGo is that it is not just a web interface; I
frequently import contacts from delimited files through Python/XML-RPC
scripts; as many as 20,000 at time. Scripting such uploads is VERY
simple; if you want assistance scripting such uploads just ask on the
xmlrpc@ list.
If you old application can export as vCard/VCF you also have the option
of PUTing the contacts via ZideStore using the vCard files.
> OS: FC3
> OGO: 1.0.0-finally
> Thanks for your input.