User Export CSV & VCF
This module allows administrators to export selected users from the Users page as either a single CSV file or a multi-entry VCF (vCard) file. It supports common user fields like name, phone, email, address, and comments, and can include the user's picture in VCF exports.
This module provides the functionality to export single or multiple users as CSV or VCF (vCard) files from the Users page (/admin/people).
Features
- Export selected users as a single .csv file
- Export selected users as a single .vcf file (multi-entry vCard)
- Uses Drupal core bulk actions — no need for Views or additional contrib modules
- Supports exporting:
- Full Name (field_full_name)
- Phone Number (field_phone_number)
- Address (field_address)
- Comment (field_comment)
- User Picture (included in VCF as base64-encoded JPEG)
Additional Requirements
This module requires Phone number module.
Similar projects
While there are existing modules like Visting Card (vcf), our solution is ensuring compatibility with the latest versions and providing modern features with export single and multi user as csv/vcf.