From a CSV-Addresslist to a Fritzbox Phonebook (CSV2Fritzbox) 
If you want to convert a CSV-addressbook into a Phonebook for importing into your fritzbox you can use the following script

An example how to use it:

cat adressbook.csv |csv2fritzbox.bash -n 3 -h 9 -o 8 -m 12 -t -d , > fritzboxphonebook

The file fritzboxphonebook can then be imported using the web admin interface of the fritzbox.

The Usage of the script is

Usage: csv2fritzbox.bash -n namecol -h homenumbercol -m mobilenumbercol -o officenumbercol -t -d delimiter -l localcountrypredial -L localareapredial
namecol: The number if the column where the name of the contact is stored
homenumbercol: The number if the column where the home phone number of the contact is stored
mobilenumbercol: The number if the column where the mobile phone number of the contact is stored
officenumbercol: The number if the column where the office phone number of the contact is stored
delimiter: the delimiter character used to separate columns
localcountrypredial: The local country predial. in Switzerland for example 0041 which is default
localareapredial: The predial code used to substitute the local contry predial. in Switzerland for example 0 which is default
-t: There is a title line at the top



[ view entry ] ( 2013 views )   |  permalink  |  print article  |   ( 3 / 4067 )

<<First <Back | 1 | 2 | 3 | Next> Last>>