csv2vcf

command module
v0.0.0-...-d53f1b0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 24, 2022 License: GPL-3.0 Imports: 10 Imported by: 0

README

csv2vcf

Because entering contacts 1 by 1 in vi in csv is faster than doing it in ownCloud and go is fun.

Use

csv2vcf <file.csv> <file.vcf>

CSV format

FILE.CSV should not have a column header and should have column ordered as
- 0: FirstName FamilyName # firstname and family name separated by space.
                          # Will take the whole column as a formatted name.
- 1: Street info ZipCode City # mostly works for french address. Very limited.
                              # Contributions welcomed :)
- 2: email@address.com
- 3: TelephoneNumber # using international number would be more useful when
                     # travelling abroad and calling friends.
- 4: OrganizationName

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL