Back to skills
extension
Category: Data & AnalyticsNo API key required

在CRM导入或去重作业之前,将vCard联系人导出规范化为结构化联系人记录

当代理收到.vcf联系人导出文件时,使用vobject进行可靠解析,以便在导入或清理前将数据分解为姓名、电子邮件、电话号码、组织和地址。此技能用于vCard标准化和序列化,而非联系人同步、外联或客户关系管理。

personAuthor: user_3c6cb52ehubcommunity

在CRM导入或去重作业之前,将vCard联系人导出标准化为结构化联系人记录

Use vobject when an agent receives .vcf contact exports and needs reliable parsing into names, emails, phone numbers, organizations, and addresses before import or cleanup. This skill is for vCard normalization and serialization, not contact sync, outreach, or CRM management.

Prerequisites

Python, pip

Installation

Use the upstream install or setup path that matches your environment:

  • pip install vobject

Requirements and caveats from upstream:

  • PyPI version
  • PyPI downloads
  • VObject is intended to be a full-featured Python package for parsing and

Basic usage or getting-started notes:

  • Or download the package and run:

  • Running tests

  • To run all tests, use:

  • Source: https://github.com/1991513ccie-png/skills

  • Extracted from upstream docs: https://raw.githubusercontent.com/py-vobject/vobject/HEAD/README.md

Documentation

  • http://py-vobject.github.io/