Skip to content

sauternic/vCard-to-CSV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

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!

Bild

Tested on new

  • Firefox
  • Chrome
  • Opera
  • IE
  • Edge

Manual:

  • Three ways to load a file:
  1. Drag and drop from the PC
  2. Select file with button
  3. 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 ';' ;


German


  • 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!

Getestet auf neuen:

  • Firefox
  • Chrom
  • Opera
  • IE
  • Edge

Anleitung:

  • Drei Möglichkeiten ein File zu Laden:
  1. Drag and Drop vom PC
  2. Datei wählen mit Button
  3. Copy paste ins Textfeld
  • Für Gebrauch einfach Copy Paste aus Textfeld rechts.

CSV File Möglichkeiten:

Öffnen in Excel

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! :)

Speichern in Datenbank

Copy and paste in ein Textfile.csv

Dann SQL:
LOAD DATE INFILE 'C:/...Textfile.csv' INTO TABLE <table> FIELDS TERMINATED BY ';' ;

Releases

No releases published

Packages

No packages published

Languages