Skip to content

Convert VCF Contact files from source format into Powershell objects

License

Notifications You must be signed in to change notification settings

dmarkle/ConvertFrom-Vcf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

ConvertFrom-Vcf

Convert VCF Contact files from source format into Powershell objects

Examples:

Convert a VCF file to a CSV file:

.\ConvertFrom-Vcf.ps1 -FileName X.vcf | Export-Csv .\output.csv

View the basic contents of a VCF file:

.\ConvertFrom-Vcf.ps1 -FileName X.vcf | Out-GridView

About

Convert VCF Contact files from source format into Powershell objects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published