Excel VBA Script to convert VCF file with multiple entries to CSV file
...To use, simply download and open the Excel file (xlsm), Enable Macros if prompted, and then select the VCF file you wish to import. Once complete, Excel will create and save new file titled VCFExport.csv that can also be saved in Excel format.
Helps translate SAV / CSV data into usable Excel data
...The custom function should be usable for other types of files, it basically disaggregare a string into values separated by a standard character (by default the coma, but can be changed) and ignores separation characters that are within "string identifier" characters (by default the " ).
It is a very simple excel file, you need to allow the macros to use it.