-
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!
- Firefox
- Chrome
- Opera
- IE
- Edge
- 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.
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! :)
Copy and Paste into a Textfile.csv
Then SQL: LOAD DATE INFILE 'C: / ... Textfile.csv' INTO TABLE
FIELDS TERMINATED BY ';' ;-
Macht vCard(.vcf) Daten lesbar
-
Volle Sicherheit es wird nichts hochgeladen, alles spielt sich nur auf
ihrem Computer ab mit der Sprache JavaScript. -
Einfach runterladen und Doppelklick auf 'vCard-to-CSV.html' file!
-
Getestet mit einem kontakte.vcf file von meinem Android-Samsung Smartphone.
-
Läuft fast auf jedem Gerät!
- Firefox
- Chrom
- Opera
- IE
- Edge
- Drei Möglichkeiten ein File zu Laden:
- Drag and Drop vom PC
- Datei wählen mit Button
- Copy paste ins Textfeld
- Für Gebrauch einfach Copy Paste aus Textfeld rechts.
Copy and paste in ein Excel Blatt, dann Funktion -> Daten/Text in Spalten
oder
Copy and paste in ein Textfile mit Endung .csv dann mit Maus Doppelklick öffnen, fertig! :)
Copy and paste in ein Textfile.csv
Dann SQL:
LOAD DATE INFILE 'C:/...Textfile.csv' INTO TABLE <table> FIELDS TERMINATED BY ';' ;