I have a .vcf file with a large number of contacts( 29000!). I want to merge duplicates(e.g. same name, two entries, one with email, the other with phone number), and remove exact duplicates for them. I checked out some android applications, but they are good only for a few number of contacts. E.g. I tried Go Contacts Ex, it scans for duplicate entries by name, email or number. But the no of duplicate entries in my case would be very huge.
I'm thinking if there's some way that I can convert the vcf file to csv, edit it, and convert it back to vcf and import it into my phone(S4) Thoughts and suggestions on how to do it?