Is it possible to import multiple vcf's into an excel file?
-
I'm compiling a large number of contacts from vcf's into a single excel. I was thinking to convert each individual vcf into a csv, and then merge them all into a single excel. Is this the best way of going about this? Or are there any options to automate this? Any help would be much appreciated!
-
Answer:
If you already have an efficient way to batch convert your vcf items to a csv file(s), then this would be your best choice (preferably a single multi-line file). If not then I would suggest to look at the source of your vcf files. In many cases when the contact info is being exported you have a choice of the export format. If you control this process then export the contacts as csv instead vcf. If you have enough expertise or you can get help to write a VBA module for importing vcf files that is another possibility, this solution could simply point to a directory and import all files from that location (you could even check against existing entries to avoid duplication).
Irek Janek at Quora Visit the source
Related Q & A:
- Is it possible to show multiple tooltips at the same time?Best solution by stackoverflow.com
- How to covert csv file to excel and back excel file to csv in python?Best solution by completecampaigns.com
- Is it possible to create .vcf from a contact on Yahoo mail?Best solution by Yahoo! Answers
- What's the script to have multiple msn's open?Best solution by Yahoo! Answers
- Is it possible to import mails to a new account?Best solution by labnol.org
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.