X-Git-Url: https://iankelling.org/git/?p=bbdb-csv-import;a=blobdiff_plain;f=bbdb-csv-import.el;fp=bbdb-csv-import.el;h=f062617f096cb2cf615b8a35d394204d01a428bf;hp=3c3e06da8cc4d8ee498ced06d247367d43aefa40;hb=2e6018d7695de13ee24bfa33cefd7d87ea14cc04;hpb=81e1ab504e419fed8a6e3728effd6318fc36cc8f diff --git a/bbdb-csv-import.el b/bbdb-csv-import.el index 3c3e06d..f062617 100644 --- a/bbdb-csv-import.el +++ b/bbdb-csv-import.el @@ -24,7 +24,7 @@ ;; along with this program. If not, see . ;;; Commentary: - +;; ;; Importer of csv (comma separated value) text into Emacs’s bbdb database, ;; version 3+. Works out of the box with csv exported from Thunderbird, Gmail, ;; Linkedin, Outlook.com/hotmail, and probably others. @@ -47,6 +47,7 @@ ;; When called interactively, they prompt for file or buffer arguments. ;;; Advanced usage / notes: +;; ;; Tested to work with thunderbird, gmail, linkedin, outlook.com/hotmail.com. For ;; those programs, if it's exporter has an option of what kind of csv format, ;; choose it's own native format if available, if not, choose an outlook @@ -80,8 +81,9 @@ ;; also be useful. Please send any new mapping tables to the maintainer listed ;; in this file. The maintainer should be able to help with any issues and may ;; create a new mapping table given sample data. + +;;; Misc tips/troubleshooting: ;; -;; Misc tips/troubleshooting: ;; - ASynK looks promising for syncing bbdb/google/outlook. ;; - The git repo contains a test folder with exactly tested version info and working ;; test data. @@ -91,6 +93,16 @@ ;; - After changing a mapping table variable, don't forget to re-execute ;; (setq bbdb-csv-import-mapping-table ...) so that it propagates. +;;; Bugs, patches, discussion, feedback +;; +;; Patches and bugs are very welcome via https://gitlab.com/iankelling/bbdb-csv-import +;; +;; Questions, feedback, etc are very welcome via email to Ian Kelling +;; . I will add any useful questions, answers, etc. to this +;; file. The scope/userbase of this project doesn't justify a mailing list, but if +;; it ever did I would start a mailman or discourse to act as a mailing list +;; and forum. + ;;; Code: (require 'pcsv)