Re: Announcing bbdb3-csv-import

2014-04-25 Thread Ian Kelling
i...@iankelling.org writes: > It adds duplicates right now, but I will change that today to be > conditioned on bbdb-allow-duplicates. Now done and documented: ;; Back up bbdb by copying `bbdb-file' in case things go wrong. ;; Duplicate contacts (according to email address) are skipped if ;; b

Re: Announcing bbdb3-csv-import

2014-04-25 Thread ian
> Any plans to turn this into a full-blown sync? Perhaps eventually an export facility which could be tied in with external tools to do sync. ASynK looks promising for syncing bbdb/google/outlook, I've been planning to try it. bbdb-csv-import can compliment a sync program in the case where you st

Re: Announcing bbdb3-csv-import

2014-04-25 Thread Sam Steingold
> * Ian Kelling [2014-04-15 14:39:17 -0700]: > > This will mostly be useful for new users who will find this via a > search engine. Any plans to turn this into a full-blown sync? What would happen if you import the same csv file twice? What if the file is slightly modified? -- Sam Steingold (ht

Re: Announcing bbdb3-csv-import

2014-04-22 Thread Igor Sosa Mayor
Ian Kelling writes: > I ditched the 3 in the package name. > The package is now in Melpa, and at > https://gitlab.com/iankelling/bbdb-csv-import > > I've updated a lot of things. Biggest change is support for Gmail and > outlook/hotmail, and a catch all default. thnaks! ---

Re: Announcing bbdb3-csv-import

2014-04-21 Thread Ian Kelling
I ditched the 3 in the package name. The package is now in Melpa, and at https://gitlab.com/iankelling/bbdb-csv-import I've updated a lot of things. Biggest change is support for Gmail and outlook/hotmail, and a catch all default.

Re: Announcing bbdb3-csv-import

2014-04-21 Thread Eric S Fraga
On Tuesday, 15 Apr 2014 at 14:39, Ian Kelling wrote: > Simple import of csv data into bbdb version 3. > > https://gitlab.com/iankelling/bbdb3-csv-import Just a minor correction: it would appear that the URL should actually be https://gitlab.com/iankelling/bbdb-csv-import (no "3") I look forwa

Re: Announcing bbdb3-csv-import

2014-04-16 Thread Ian Kelling
Gijs Hillenius writes: > > Would you be interested to investigate importing LinkedIn data? Ahh great idea. I've added and tested Linkedin data. I've also realized I can get gmail and outlook.com data, and I will be adding those today. > > Although there is/was a 2008 ch6-bbdb-import-csv-buffer

Re: Announcing bbdb3-csv-import

2014-04-15 Thread Gijs Hillenius
On 15 Apr 2014, Ian Kelling wrote: > Simple import of csv data into bbdb version 3. > > https://gitlab.com/iankelling/bbdb3-csv-import > > It has csv field mapping only for Thunderbird data right now, but I > expect that to change. It is designed to be trivial to add mapping > given some sample da

Announcing bbdb3-csv-import

2014-04-15 Thread Ian Kelling
Simple import of csv data into bbdb version 3. https://gitlab.com/iankelling/bbdb3-csv-import It has csv field mapping only for Thunderbird data right now, but I expect that to change. It is designed to be trivial to add mapping given some sample data, and if anyone creates new data mapping, plea