Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sauternic/vcard-to-csv

Makes vCard (.vcf) data readable
https://github.com/sauternic/vcard-to-csv

csv html javascript parser readable vcard vcard-parser vcf

Last synced: 2 months ago
JSON representation

Makes vCard (.vcf) data readable

Awesome Lists containing this project

README

        

# 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](https://github.com/sauternic/Gif_Bilder/blob/master/VCard-to-CSV2.png)

# [Use vCard-to-CSV Online](https://sauternic.github.io/vCard-to-CSV/)

### 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 FIELDS TERMINATED BY ';' ;