Read a contacts file (.vcf). Compare datasets with identical names. Find unique data fields for each name. If same field with different content found, add another entry to the field. Create merged dataset for each name with all unique fields. Create new vcf with merged contacts (only one vCard per name).
- Download or clone the source code
- Open terminal inside the downloaded folder
pip install -r requirements.txt
- Change
input_file_path
variable inline 4
of filevcf-duplicates-merger.py
to point the target vcf file. python vcf-duplicates-merger.py
- Output file will be created in current directory having filename prefix of
dupmerged_
.