{"id":15203010,"url":"https://github.com/iodar/ps-vcf-merger","last_synced_at":"2026-03-07T17:33:58.563Z","repository":{"id":159243513,"uuid":"273900482","full_name":"iodar/ps-vcf-merger","owner":"iodar","description":"Simple tool to merge VCF contacts.","archived":false,"fork":false,"pushed_at":"2020-06-21T13:26:09.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-05T09:46:57.234Z","etag":null,"topics":["powershell","powershell-core","powershell-script","powershell7","pwsh","vcf","vcf-files","vcftools"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/iodar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-06-21T12:33:21.000Z","updated_at":"2024-12-01T13:12:21.000Z","dependencies_parsed_at":"2023-07-29T22:47:30.307Z","dependency_job_id":null,"html_url":"https://github.com/iodar/ps-vcf-merger","commit_stats":{"total_commits":4,"total_committers":1,"mean_commits":4.0,"dds":0.0,"last_synced_commit":"3b7c2b42cdc2e3837498583c0a924b2f33f0ce15"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/iodar/ps-vcf-merger","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iodar%2Fps-vcf-merger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iodar%2Fps-vcf-merger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iodar%2Fps-vcf-merger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iodar%2Fps-vcf-merger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iodar","download_url":"https://codeload.github.com/iodar/ps-vcf-merger/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iodar%2Fps-vcf-merger/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30223444,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T17:00:40.062Z","status":"ssl_error","status_checked_at":"2026-03-07T17:00:39.026Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["powershell","powershell-core","powershell-script","powershell7","pwsh","vcf","vcf-files","vcftools"],"created_at":"2024-09-28T04:21:50.048Z","updated_at":"2026-03-07T17:33:58.541Z","avatar_url":"https://github.com/iodar.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Merging VCF Contacts\n\nSimple tool to merge VCF contact files into one single contact file. Useful when your mail providers function to export contacts generates a single \nfile for each contact. Instead of importing them one by one you can use this tool to merge all files into one file. After that you can import\na single file containing all your contacts into another account.\n\n## Prerequisites\n\nUnfortunatly you have to use `Powershell 7.0` or later. `Powershell 5.1` does not properly support charset `utf-8 without bom`.\n\n## Usage\n\n1. Download latest `Get-MergedVcf.ps1` from [release page](https://github.com/iodar/ps-vcf-merger/releases)\n2. Run `.\\Get-MergedVcf.ps1 -SourcePath .\\path\\to\\vcf-files -DestinationPath all.vcf`\n3. Use single file to import contacts else where\n\n## Advanced Usage\n\n| Parameter          | Usage                                                                                                                                          | Example                                                                                        |\n| ------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- |\n| `-SourcePath`      | Path to folder containing `*.vcf` files                                                                                                        | See section **Usage**                                                                          |\n| `-DestinationPath` | Full path to destination file (where merged contacts will be saved)                                                                            | See section **Usage**                                                                          |\n| `-Exclude`         | File names of files that should be excluded from merging (files need to be located in `-SourcePath` folder, full file paths are not supported) | `.\\Get-MergedVcf.ps1 -SourcePath . -DestinationPath all.vcf -Exclude \"work.vcf\", \"school.vcf\"` |\n\n## Current State\n\nThe tool currently only supports VCF files with `utf-8` encoding. It has not been tested with other encodings or other Powershell versions than `7.0`.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiodar%2Fps-vcf-merger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiodar%2Fps-vcf-merger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiodar%2Fps-vcf-merger/lists"}