FamilySearch / gedcom5-conversion

Utilities for GEDCOM 5.5 to GEDCOM X Conversion
Other
32 stars 22 forks source link

Undocumented unsupported tags #4

Open jralls opened 12 years ago

jralls commented 12 years ago

I ran the GeditCom GEDCOM Torture Test file through gedcom5-conversion and got 314 errors from a 2161-line (pretty small!) Gedcom5 file.

In addition to the unsupported tags described in the README, I found the following weren't processed:

::ADDR NAME::SPFX DEAT::CAUSE ::TYPE (Silent: No warning emitted except for TITL::TYPE and REFN::TYPE but REFN is documented as unsupported ) INDI::FAMC PLAC::FORM *::AGNC SUBM ANCI DESI

The TYPE lines were the only silent ones I detected, but the comparison was done by eye, and only checked PERSON1 (which has one of every event type on it).

daveyse commented 12 years ago

Thanks, @jralls We will use the results of the Torture Test to address unsupported tags. Likewise, we will identify and address the issue with the silent TYPE tags.