vcf to txt
1
0
Entering edit mode
2.0 years ago
Howard • 0

I have a vcf file and would like to covert it to txt so I can upload it to https://www.familytreedna.com

Please let me know the best way to go about this.

vcf txt • 938 views
ADD COMMENT
1
Entering edit mode

txt isn't a format. Please exactly describe the format the data needs to be in.

ADD REPLY
0
Entering edit mode

I have a zip folder which opens up a vcf file and would like to 'convert' it to any of the following formats in order to upload it to www.familytreedna.com

AncestryDNA (V1 and V2) 23andMe (V3, V4, and V5) MyHeritage

What would be the best way to do so? Thanks!

ADD REPLY
0
Entering edit mode
2.0 years ago

If what you need is to change the extension of the file you can simply do:

cat file.vcf > file.txt

This command will create a new file with a new extension, but if will be exactly identical to your vcf.

Can you explain the structure your file should have to be upload to https://www.familytreedna.com ?

ADD COMMENT
0
Entering edit mode

Is there a reason you're cating and not simply cp ing?

ADD REPLY
0
Entering edit mode

no absolutely no reason, just the way I'm used to do it ;)

ADD REPLY

Login before adding your answer.

Traffic: 2367 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6