Projects tagged ‘vcard’ and ‘vcf’


Jump to tag:

Projects tagged ‘vcard’ and ‘vcf’

Filtered by Project Tags vcard vcf

Refine results Project Tags python (2) gmail (1) android (1) export (1) address (1) csv (1) abook (1) delimited (1) converter (1) phone (1) contact (1) email (1)

[3 total ]

0 Users

A short python script to convert a vCard file (.vcf) of exported Gmail contacts into abook's addressbook format. To export your gmail contacts in vCard format, select Contacts -> Export and choose ... [More] the 3rd export format (vCard). The file will be saved by default as contacts.vcf. Options: --version show program's version number and exit -h, --help show this help message and exit -i INPUTFILE, --inputfile=INPUTFILE The vcf file containing the contacts to convert (default=contacts.vcf) -o OUTPUTFILE, --outputfile=OUTPUTFILE The name of the output file to be generated by this script (default=addressbook) -d, --debug Print debug statements (default=False) -v Print the program version [Less]
Created 9 months ago.

0 Users

OverviewvCardIO is a utility to import/export contacts from/to a vCard (vcf) file on the sdcard. The vCard parser is based on Funambol code. The currently supported vCard version is 2.1 (for both ... [More] import and export). Currently supported fields are phones, contact methods, organizations, notes and photos (birthdays are also partially supported by translating them to a note). vCardIO does not sync contact data, however it can remember previously exported or imported contacts and either completely replace them or ignore them on import. UsageTo export contactsThe name of the file to which contacts will be exported is in the text field next to the Export to button (the default is /sdcard/backup.vcf). Edit the filename if necessary, then press the Export to button. The application may take a long time if there are many contacts. In the latest version, pressing the "Selected Contacts" option will show a list from which you can select specific contact groups. Only contacts from the selected contact groups will be exported (if you want to export all contacts, you can check "export all contacts" and this list will be ignored). To import contactsThe name of the file from which contacts will be imported is in the text field next to the Import from button (the default is /sdcard/contacts.vcf). Edit the filename if necessary, then press the Import from button. The application may take a long time if there are many contacts. In the latest version, pressing the "Selected Contacts" option will show a list from which you can select specific contact groups. Imported contacts will be added to these groups only. By default, the only selected group is the "My Contacts" group (usually called "Contacts"). Make sure that at least one contact group is selected (otherwise, you may not be able to see the imported contacts in the Contacts app). Note that these settings affect contacts received from SMS as well. In the contact-group selection list, pressing the menu button will give an option to add new contact groups and delete existing ones (only empty groups can be deleted). vCardIO uses the X-IRMC-LUID vCard field as a unique ID for contacts (it keeps a database mapping this id to the phone's internal contact id). By default, import will not replace or re-add contacts whose ID already appears in the database (to prevent contacts from appearing multiple times). If Replace existing contacts is checked, import will completely replace phone and contact method information for existing contacts. Known IssuesThe code has not been extensively tested. It's worked for me, and hasn't done anything bad so far. However, it's recommended that you backup your contacts database before playing with it. One known issue is that no attempt is made to identify duplicates on an initial import. In particular, importing multiple times from a vcf file generated by some other program that doesn't use the X-IRMC-LUID vCard field for unique IDs will cause contacts to appear multiple times (importing from a vcf file generated by vCardIO should be safe). Before filing a bug report for import problems, please verify that the vCards you are attempting to import are version 2.1 and not 3.0, which is currently unsupported by vCardIO. In particular, it appears that the default vCard export version for GMail and kaddressbook is 3.0 (kaddressbook seems to export a version 3.0 card even when explicitly set to 2.1). New!Starting at version 0.27, vCardio has a revamped user interface, including support for a file chooser dialog (when the OI File Manager is installed). Please test and report any problems. Starting at version 0.23, vCardIO supports import/export to and from specific contact groups. Courtesy of francisdb, the latest version of vCardIO supports receiving Contacts by SMS: when this is enabled (it's off by default), vCards received as SMS will now give an option to import them. Please submit any bugs or issues you find. [Less]
Created 4 months ago.

0 Users

Python script that converts a VCF or VCARD file into a CSV file. Output formatting options include quoting and various delimiters (comma, tab, semicolon). Current version 0.2 supports VCARD 3.0 ... [More] syntax. Links: supported tags document output fields and mapping usage [Less]
Created 2 months ago.