5,418
edits
Changes
From Gramps
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. The <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 <code>NAME </code> field correctly.
The <code>NAME </code> 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:
* [https://www.wikitree.com/g2g/1038205/wikitree-gedcom-exports-and-lost-middle-names-solved WikiTree GEDCOM Exports And Lost Middle Names: SOLVED] <small>May 2020</small>