Projects tagged ‘contact’ and ‘vcard’


Jump to tag:

Projects tagged ‘contact’ and ‘vcard’

Filtered by Project Tags contact vcard

Refine results Project Tags csv (3) msg (2) mail (2) outlook (2) task (2) python (2) ics (2) appointment (2) rtf (2) export (2) hcard (1) notes (1)

[5 total ]

0 Users

"One py to merge'em all" I start to write NoDupe to merge infos from my mobiles and various PC addressbooks and, astonishly, it works for me very well. It scrolls all vcards contained in one or ... [More] more files: each time he found duplicate contacts (ex. same name, mail, phone) he merges info as loseless as possible. How it works the ingredients: All - a list of all contacts Clean - a list of de-duped contact merge(c1,c2) - a merge function, returns a merged item in c1 match(c1,c2) - a match function, returns true if c1 and c2 are the same person the algorithm the algorithm is almost the following: for a in All: for c in Clean: if match(a,c): a=merge(a,c) break else: Clean.append(a)Issues The issues are about: match() - try to match all uppercase combination of NAME (N), FORMATTED NAME (FN), intersection of all phones (TEL) and all email (EMAIL) merge() - joins TEL, MAIL and N of both contacts. If more FN are provided, the shortest one is set as NICKNAME Ideas better matching strategies (eg using regex and/or fuzzy instead of True|False) better merging strategies (recognize nicks, suffixes) normalize contacts while parsing (ex. if no "N" or "FN" try to guess from "EMAIL") organize contacts while parsing (eg, split "family" and "given" name) This is the starting point but gives nice results for my 2500 contacts. [Less]
Created 12 months ago.

0 Users

Project Description This Microsoft Outlook 2007 add-in exports mails, contacts, appointments, tasks and notes to serveral file formats (MSG, unicode MSG, RTF, TXT, CSV, ICS, vCard, HTML, XML). You ... [More] can export a complete folder with subfolders or only selected items. License This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/. [Less]
Created 17 days ago.

0 Users

This add-in exports mails, contacts, appointments, tasks and notes from Microsoft Outlook 2007 to serveral file formats (MSG, unicode MSG, RTF, TXT, CSV, ICS, vCard, HTML, XML). You can export a ... [More] complete folder with subfolders or only selected items. [Less]
Created 2 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 about 1 month ago.

0 Users

A standardized PHP class package to handle locations to help share objects between different other packages such as address validation, address book, event, hCard/vCard, shipping, payment gateway ... [More] , shopping carts, user profile, etc... PEAR-compatible [Less]
Created 12 months ago.