Problem: SM export contact in CSV, RC import contact in VCart format only by default…

I wrote my Perl script by myself to read SM .abook files and import contacts into MySQL database used by RC

I use 3 files:

  • variable.pl (contains credentials for MySQL)
  • sm2rc_addressbook.pl (the core of program)
  • book.sh (simple script to run sm2rc_addressbook.pl for each account)

variable.pl

book.sh

sm2rc.pl