mrbrianevans / social-media-export-analyser

Analyse GDPR exports of your data from big social media companies
https://social-media-export-analyser-mrybc.ondigitalocean.app/
MIT License
1 stars 0 forks source link

Processing support for vCard file format for contacts #50

Open mrbrianevans opened 2 years ago

mrbrianevans commented 2 years ago

Use a parser to read vcf files into JSON objects so that contact files can be displayed on the frontend.

Write a test data generator, pre processor and post processor.

See vcard4-ts as a parser, and https://github.com/ertant/vCard/blob/master/parser.js for a mapping from the labels to English words.

mrbrianevans commented 2 years ago

The vCard package is causing build errors due to module packaging, so this issue is on hold for the moment.

See https://github.com/MarcelWaldvogel/vcard4-ts/issues/14