Jump to content

Recommended Posts

Posted (edited)

Has anyone tried to do VCF files parser?
I and my colleagues serve about 60 clients but in the address book we have about 800 phone numbers.
Mostly these are the same numbers but different names.
Sometimes after changing the device (mobile phone), it turns out that it could have used to change names.
Sometimes such conversion are dictated by changing the type of customer (type of services).
It requires the ability to mass changes in the contacts, and the best fit would be able to parse VCF files.

So maybe someone has something in this regard already created?
Or do I have to go about it from scratch?

 

Regards,
mLipok

Edited by mLipok
wording

Signature beginning:
Please remember: "AutoIt"..... *  Wondering who uses AutoIt and what it can be used for ? * Forum Rules *
ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Codefor other useful stuff click the following button:

  Reveal hidden contents

Signature last update: 2023-04-24

Posted

Seems there are a lot of free VCF to CSV converters available on the net.
Doing mass changes in CSV files should be much easier.
Then convert them to VCF again.

http://vcardgrid.lima-city.de/
https://sourceforge.net/projects/bulkvcftocsv/

My UDFs and Tutorials:

  Reveal hidden contents

 

Posted (edited)

I was searching this few times.
The only one thing I found was:

https://vcftools.github.io/downloads.html (not related to contacts list)

But after first look I think your tools/URL's it just hit the jackpot.

Thanks.

 

Edited by mLipok

Signature beginning:
Please remember: "AutoIt"..... *  Wondering who uses AutoIt and what it can be used for ? * Forum Rules *
ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Codefor other useful stuff click the following button:

  Reveal hidden contents

Signature last update: 2023-04-24

Posted (edited)

VCardGrid 

It has encoding problems with 

  Quote

FN;CHARSET=UTF-8;ENCODING=QUOTED-PRINTABLE:=

Expand  

:(

For "Free VCF file to CSV converter" I have not required EXCEL.

:(

 

Edited by mLipok

Signature beginning:
Please remember: "AutoIt"..... *  Wondering who uses AutoIt and what it can be used for ? * Forum Rules *
ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Codefor other useful stuff click the following button:

  Reveal hidden contents

Signature last update: 2023-04-24

Posted

Signature beginning:
Please remember: "AutoIt"..... *  Wondering who uses AutoIt and what it can be used for ? * Forum Rules *
ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Codefor other useful stuff click the following button:

  Reveal hidden contents

Signature last update: 2023-04-24

Posted
  On 3/5/2017 at 11:24 PM, mLipok said:

For "Free VCF file to CSV converter" I have not required EXCEL.

Expand  

But at least the Excel VBA can give you an idea how to code a parser ;)

My UDFs and Tutorials:

  Reveal hidden contents

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...