ptrckSTL / csv_to_vcard

extremely basic CSV to vCard converter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Extremely basic CSV to vCard converter.

CSV has 4 required headers: First Name, Last Name, Phone, Email

If any of those are missing an exception will be thrown.

How to use:

  • Download the binary
  • Put contacts.csv in the same directory as the binary
  • run the binary

or

  • install Cargo
  • download and unzip this project
  • Put contacts.csv in the same directory as the project
  • open terminal in directory
  • cargo run

TODO

  • helpful error handling
  • make fields optional
  • support more fields
  • support for path to contacts

About

extremely basic CSV to vCard converter


Languages

Language:Rust 100.0%