Grooper Help - Version 25.0
25.0.0017 2,127
  • Overview
  • Help Status

vCard

Attachment Type Grooper.Messaging

Represents an RFC6350 (vCard) object, enabling contact-centric processing, extraction, and integration in Grooper.

Remarks

The VCard Type Handler class provides support for vCard files (.vcf, text/vcard, text/directory) within Batch Folders. It enables Grooper to recognize, process, and manipulate vCard contact files as attachments, supporting downstream extraction, conversion, and export workflows.

Overview

  • VCardTypeHandler is automatically selected for files with the .vcf extension or with text/vcard or text/directory MIME types.
  • Integrates with Batch Folders to enable document-centric workflows, including classification, extraction, and export of contact data.
  • Parses vCard content according to RFC6350, supporting standard and extended vCard fields.

vCard Handling

  • Loads and parses vCard files as attachments to Batch Folders.
  • Provides access to key contact properties (name, company, title, email, phone, address, etc.) for downstream processing and extraction.
  • Handles single and multi-contact vCard files, exposing the primary contact's information via viewable properties.

Available Commands

  • ExpandPhoto: Extracts the embedded photo (if available) from the vCard and saves it as a child document under the Batch Folder.

Usage Notes

  • Use VCard Type Handler to enable contact-aware processing in Grooper, including extraction and export of contact data and photos.
  • Combine with Content Type and Data Model configuration to extract structured data from vCard files.
  • Suitable for processing contact archives, CRM exports, and other vCard-based content in batch workflows.

For more information, see the documentation for Batch Folder, Attachment Type, and contact data extraction in Grooper.

Properties

NameTypeDescription

Context Menu Commands

Command Shortcut Description
image Expand Photo Extracts the embedded photo from the vCard (if available) and saves it as a child document under the Batch Folder.
Notification