{"id":26451491,"url":"https://github.com/zachjs/csvcard","last_synced_at":"2026-05-15T18:33:26.545Z","repository":{"id":57645777,"uuid":"66582326","full_name":"zachjs/csvcard","owner":"zachjs","description":"convert CSV contact data into vCards","archived":false,"fork":false,"pushed_at":"2016-09-09T18:28:47.000Z","size":4,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-19T12:55:36.084Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zachjs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-08-25T18:17:26.000Z","updated_at":"2020-11-30T08:16:33.000Z","dependencies_parsed_at":"2022-09-02T00:42:57.154Z","dependency_job_id":null,"html_url":"https://github.com/zachjs/csvcard","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zachjs/csvcard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zachjs%2Fcsvcard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zachjs%2Fcsvcard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zachjs%2Fcsvcard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zachjs%2Fcsvcard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zachjs","download_url":"https://codeload.github.com/zachjs/csvcard/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zachjs%2Fcsvcard/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33074843,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T11:35:32.926Z","status":"ssl_error","status_checked_at":"2026-05-15T11:35:31.362Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-03-18T16:58:40.488Z","updated_at":"2026-05-15T18:33:26.526Z","avatar_url":"https://github.com/zachjs.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"csvcard\n=======\n\n`csvcard` is a simple tool that converts contact information stored as CSV into a portable vCard understood by any contacts application. The CSV must contain a header line which names the data in each column.\n\n## Usage\n\n`csvcard` reads CSV data from `stdin` and outputs vCard data to `stdout`. It takes the path to a configuration file as its only argument.\nFor example:\n```\n$ go run main.go /path/to/config.json \u003c /path/to/data.csv \u003e /path/to/out.vcf\n```\n\n## Configuration\n\nThe configuration file is a JSON document which specifies the name of the column containing each piece of data. A specific attribute will only be included in each vCard if the column names for the necessary inputs have been specified. The keys for all [supported attributes](#supported-attributes) are listed below.\nExample config:\n```\n{\n  \"fullName\": \"Full Name\",\n  \"firstName\": \"First\",\n  \"lastName\": \"Last\",\n  \"email\": \"Email\",\n  \"phone\": \"Phone Number\",\n}\n```\nMore examples are provided [here](example/).\n\n## Supported Attributes\n\n  - Full name (`fullName`)\n  - First/last name components (`firstName`, `lastName`)\n  - Phone number (`phone`)\n  - Email (`email`)\n  - Unique identifier\\* (`uid`)\n\n**\\*Note:** Some contacts apps support merging contacts if re-imported if each version of a person's contact has the same unique identifier. The field specified for the unique identifier will be converted into a UUID for each contact.\n\n## Examples\n\nSample configurations and data can be found in [example/](example/).\n\n## License\n\nThis software is released under the MIT license located in [LICENSE.md](LICENSE.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzachjs%2Fcsvcard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzachjs%2Fcsvcard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzachjs%2Fcsvcard/lists"}