Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.04 KB

File metadata and controls

25 lines (17 loc) · 1.04 KB

PyPI version Python License: MIT

Agilitatum logo

vcf2csv

Convert VCARD 3.0 .vcf files into clean .csv format. Handles Apple/iCloud-specific fields, related names, dates, etc.

Usage

vcf2csv my_contacts.vcf -o ./csv_output

This Python code is fast. It converted a single VCF file containing over 80K records into CSV format in just a few minutes.


🤖 Built With Help From ChatGPT

This project was created in collaboration with ChatGPT Python GPT, a customized AI assistant for advanced Python development.

Special thanks to GPT for helping transform a messy vCard export into a clean, production-grade command-line tool.