thomascube/vcfconvert

Settings for Fritzbox csv Import

OlliC opened this issue · 1 comments

OlliC commented

Hi,

iam trying to convert a vCard to csv by command line to import it into a Fritzbox 7490 with current FRITZ!OS 06.92.
I guessed the Fritzbox needs a semicolon seperated csv with ISO-8859-1 encoding.

So i used this command line:
$ ./vcfconvert.sh -hiv -f csv -d ";" -o fritzbox.csv vCard.vcf
PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; vcard_convert has a deprecated constructor in /home/dchrist/Downloads/vcfconvert/vcard_convert.php on line 57
Detected UTF-8 encoding
Converting output to ISO-8859-1
Wrote 49 cards to fritzbox.csv

When trying to import the fritzbox.csv it cancels with an error. Any hints?

OlliC commented

Ok i guess the issue is current Fritzbox versions use XML for contacts and not csv.
I use a tool called vcard2fritzXML now which works.