资 源 简 介
A perl script that extract the phone numbers from a dumped sqlite databese and export them in a vcf.
The sqlite database is intended in the Qtopia form.
Usage of sql2vcf.pl (use no module, strongly discouraged):
$ scp root@frqte:Applications/Qtopia/qtopia_db.sqlite .$ sqlite3 qtopia_db.sqlite ".dump" > qtopia_db.txt$ ./sql2vcf-1.0.pl > qtopia_db.vcf
Usage of sql2vcf-2.2.pl (use DBI with DBD::SQLite):
$ scp root@frqte:Applications/Qtopia/qtopia_db.sqlite .$ ./sql2vcf-2.2.pl
or:
$ ./sql2vcf-2.2.pl -h
for help.