Name | Modified | Size | Downloads / Week |
---|---|---|---|
vCard-to-CSV.html | 2018-11-01 | 15.4 kB | |
LICENSE | 2018-10-30 | 1.1 kB | |
README.md | 2018-10-30 | 2.2 kB | |
Totals: 3 Items | 18.7 kB | 0 |
vCard-to-CSV
-
Makes vCard (.vcf) data readable
-
Full security nothing is uploaded, everything just plays out their computer with the language JavaScript.
-
Just download and double click on 'vCard-to-CSV.html' file!
-
Tested with a contacts.vcf file from my Android Samsung smartphone.
-
Runs on almost every device!
Tested on new
- Firefox
- Chrome
- Opera
- IE
- Edge
Manual:
-
Three ways to load a file:
-
Drag and drop from the PC
- Select file with button
-
Copy paste into the text box
-
For use simply copy paste from text box to the right.
CSV file options:
Open in Excel
Copy and paste into an excel sheet, then function -> data / text in columns
or
Copy and paste into a text file with extension .csv then double-click with mouse, done! :)
## Save in database
Copy and Paste into a Textfile.csv
Then SQL: LOAD DATE INFILE 'C: / ... Textfile.csv' INTO TABLE
FIELDS TERMINATED BY ';' ;