Json To Vcf Converter
Interactive table or form to map: | JSON Key (example) | vCard Property | vCard Type (optional) | |--------------------|----------------|------------------------| | full_name | FN | – | | email_work | EMAIL | WORK | | phone_mobile | TEL | CELL | | company | ORG | – |
# Create a VCF writer vcf_writer = vcf.Writer(open('output.vcf', 'w'), vcf.VCFHeader()) json to vcf converter
Standard converters handle common fields such as full name, telephone numbers, email addresses, job titles, and physical addresses. Common Conversion Methods Interactive table or form to map: | JSON