Replies: 3 comments 10 replies
|
I’m traveling now so I don’t have access to all my stuff. Does ancestry allow you to add a REFN value to its GEDCOM. If you create a unique number/value for each of your individuals and store it in the REFN this should be preserved in all GEDCOM exports. |
|
I dont use either FTM or Ancestry for the exact reason that they dont support GEDCOM very well, either by creating their own tags that have real GEDCOM equivalent or that they dont read into their databases actual GEDCOM tags from the specification. That being said, I would be interested in seeing what FTM calls a “Person ID” in the GEDCOM export, just to be sure that the actual REFN tag is created properly! I would check to see if the REFN is in the FTM GEDCOM export, then see if Ancestry.com will load the exported GEDCOM from FTM and retain the REFN tag. I’d do that before creating a custom fact tag, that will have not value to any other program. This is why I maintain a strict GEDCOM compliance on any software that I use! |
|
Here's a proposed approach -- any feedback? https://github.com/ajkessel/ancestry-tag-converter |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I'm developing a free GEDCOM tool called GEDCOM Navigator and am hitting a problem: Ancestry "MyTreeTags" (as well as any custom tags) are not synced to Family Tree Maker or exposed in an FTM GEDCOM file. If I export the GEDCOM directly from Ancestry, the custom tags are there, but Ancestry does not expose media in any usable way. So by default, I have these two options:
(1) Use the Ancestry export, which includes tags but not images.
(2) Use the FTM export, which includes images but not tags.
It would be quite time-consuming for me to implement all of the Ancestry tags as custom facts on the Ancestry profiles, since I have thousands of tagged people in my tree.
I'd like to find a way to do both. Has anyone found a workaround for this problem?
One possibility I've considered is writing a script that takes the Ancestry GEDCOM export and extracts the tags, adding them to the FTM export. But it appears that Ancestry and FTM don't use the same INDI identifier for individuals. Matching on names alone won't work because there are too many people with the same name.
Any other creative suggestions?
All reactions