Changes

From Gramps

Import from another genealogy program

125 bytes added, 01:22, 19 November 2024
m
WikiTree
The GEDCOM generated by WikiTree has a very US-centric dialect of the format. Importing WikiTree GEDCOMs into many programs tends to lose some Name data for individuals.
Their database repeats the <code>NAME</code> data incorrectly parsed into a <code>GIVN</code>, <code>_PGVN</code>, <code>_MIDN</code>, <code>SURN</code> (Given incorrectly deprived of the "middle name", an occasional custom "preferred given name", a mandatory custom "middle name" field, and Surname). This conflicts with the GEDCOM standard form for the <code>GIVN</code> data. Although Gramps does have a "Call name" (exported as <code>_rufname</code>) that could correspond to the <code>_PGVN</code> (if WikiTree enforced any rules), it does not have the American-centric separate Middle Name. SoThe <code>_PGVN</code> is more similar to the <code>NICK</code> tag. Thus, it is better to force the import to ignore the mangled <code>GIVN </code> (by re-naming it to <code>_GIVN</code>) and let it re-parse the NAME field correctly.
The NAME dialect from WikiTree can be converted to a more standard format using a RegEx search and replace script. This is described in the following WikiTree support article:
5,414
edits

Navigation menu