csv2vcf
csv2vcf copied to clipboard
Update VCF.py to add UTF-8
I got multiple decoding errors when importing my csv file because it had special UTF-8 characters like "Á" and "Ó". But by specifying the encoding in python when importing the csv file, i was able to fix the decoding errors