ASU : can't import vcf contacts
julien cubizolles
j.cubizolles at free.fr
Tue Aug 26 17:54:29 CEST 2008
Le mardi 26 août 2008 à 17:07 +0200, Damien Thébault a écrit :
> > I tried
> > sed -r -e 's/;TYPE=([^,]+),[^;]+;/;TYPE=1円;/g' | iconv -t
> > 'ascii//TRANSLIT' oldfile.vcf > newfile.vcf
> >
>> put oldfile.vcf before the pipe :
> sed -r -e 's/;TYPE=([^,]+),[^;]+;/;TYPE=1円;/g' oldfile.vcf | iconv -t
> 'ascii//TRANSLIT' > newfile.vcf
Something isn't right :
I did :
sed -r -e 's/;TYPE=([^,]+),[^;]+;/;TYPE=1円;/g' liste_nonphoto.vcf |
iconv -t 'ascii//TRANSLIT' > newfile.vcf
and newfile.vcf still has some HOME,VOICE fields
More information about the community
mailing list