Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sauternic/vcard-to-csv
- Owner: sauternic
- License: mit
- Created: 2018-10-30T19:43:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-02T17:21:54.000Z (about 6 years ago)
- Last Synced: 2024-01-22T13:03:10.590Z (about 1 year ago)
- Topics: csv, html, javascript, parser, readable, vcard, vcard-parser, vcf
- Language: HTML
- Homepage:
- Size: 444 KB
- Stars: 14
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
orCopy 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
oderCopy 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 ';' ;