Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thomascube/vcfconvert
vCard to LDIF/CSV Converter
https://github.com/thomascube/vcfconvert
converter csv ldif outlook vcard
Last synced: 19 days ago
JSON representation
vCard to LDIF/CSV Converter
- Host: GitHub
- URL: https://github.com/thomascube/vcfconvert
- Owner: thomascube
- Created: 2012-11-25T15:39:53.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2023-03-31T13:27:48.000Z (almost 2 years ago)
- Last Synced: 2025-01-16T23:03:08.942Z (27 days ago)
- Topics: converter, csv, ldif, outlook, vcard
- Language: PHP
- Homepage: https://labs.brotherli.ch/vcfconvert/
- Size: 75.2 KB
- Stars: 167
- Watchers: 12
- Forks: 52
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
vCard to LDIF/CSV Converter
===========================
by Thomas BruederliTo run this converter just copy all files to a webserver directory where PHP
is installed and enabled. Open your browser and type in the URL of your
webserver with the according folder. By default, file uploads up to 2MB are
allowed.Command line version
--------------------
This package also includes a shell script to invoke the converter from the
command line. PHP is also required to be installed on your machine.
Just copy the files anywhere on your disk, open a terminal and type the
following commands:$ cd /path/to/vcfconvert
$ ./vcfconvert.sh -f ldif -o destination_file.ldif source_file.vcf
or$ ./vcfconvert.sh -hv -f csv -d ";" -o destination_file.csv source_file.vcf
To get information about optinal parameters, type
$ ./vcfconvert.sh help
LICENSE
-------
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License,
or (at your option) any later version.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.You should have received a copy of the GNU General Public License
along with this program. If not, see [www.gnu.org/licenses/][gpl2].For any bug reports or feature requests please open issue tickets at
[github.com/thomascube/vcfconvert][github].#### Note from Kevin on libdlusb compatibility
Due to the fact libdlusb is incapable of transmitting all the information
generally used with the contact application (currently it is capable of
only transmitting name, type, and phone number) I have intentionally organized
the format to be convenient for saving into the note application instead. This
allows the user to have multiple phone numbers per entry along with an e-mail
address.[gpl2]: http://www.gnu.org/licenses/gpl2.txt
[github]: http://github.com/thomascube/vcfconvert