Addon:GEDCOM Extensions
![]() |
This is a Third-party Addon. Please use carefully on data that is backed up, and help make it better by reporting any comments or problems to the author, or issues to the bug tracker |
![]() |
Available for Gramps 4.x and higher. |
This Addon has a collection of unofficial GEDCOM extensions which extend Gramps GedcomWriter to include common non-compliant GEDCOM additions.
If the feature you want is not listed below, then you can either add it yourself, or ask a developer to help you.
Contents
Export GEDCOM Extensions
The following GEDCOM Extensions are supported:
- Exports witnesses associated with a family event
- Include media
Usage
To run the exporter, select Family Trees > Export.., press Next, on the Choose the output format dialog select "GEDCOM Extensions (GED2)", press Next. On the Export options dialog select the relevant GEDCOM extension option:
- Include witnesses - (checked by default) Exports witnesses associated with a family event
- Include media - (checked by default)
Then press Next, and after selecting the save location and applying the export the data should be exported to a file with the extension ".ged2".
Afterwards, you can change the extension from ".ged2" to ".ged" and treat as a normal GEDCOM file.
Import GEDCOM Extensions
There are no import extensions currently supported.
See feature request:
- 10550 Refactor Gramps GEDCOM import so as to support GEDCOM extension addons
See also
The code is available from addons-source/blob/master/GedcomExtensions/GedcomExtensions.py.
- Current open Feature request for Gramps
- 6023 Export Family Historian GEDCOM Extensions
- 688 Support for Gedcom 5.5EL (or Gedcom-L the more recent standard)
- 9249 GEDCOM import improvements to support Ancestry.com, FTM 2012/2014 and FTM for MAC 3
Collection of GEDCOM extension tags used in different programs
- Family Tree Maker to GEDCOM to Other Apps Crosswalk, by Keith Riggle (This spreadsheet shows alot of the custom GEDCOM extension tags for a number of programs.)
- GEDCOM Extension List (FHUG Knowledge Base), GEDCOM custom tags used by Family Historian
- GEDCOM Files - Custom tags in Legacy Family Tree
- (German)Collection of GEDCOM extension tags used in different programs
Others projects
- GEDCOM (WeRelate.org) is a project for parsing objects ignored by a model. It includes classes and attributes for every GEDCOM tag sequence appearing in more than 4% of the 7000 GEDCOMs submitted to WeRelate.org over the past five years, with the exception of four software-specific schema tags: SCHEMA, _EVENT_DEFN, _PLAC_DEFN, and _EVDEF, generated by Family Tree Maker, Personal Ancestral File, Legacy, and RootsMagic respectively.
See the demo[1]. GEDCOM -> model -> json -> model -> GEDCOM round-trip shows the GEDCOM tags that are represented in the model as extensions, and tags that cannot be represented.