Difference between revisions of "Addon:GEDCOM Extensions"
(→See also) |
(→See also) |
||
| Line 28: | Line 28: | ||
* {{bug|8094}} GedcomExtension to export family event secondary participant if role in CELEBRANT, INFORMANT, CLERGY, AIDE, CUSTOM | * {{bug|8094}} GedcomExtension to export family event secondary participant if role in CELEBRANT, INFORMANT, CLERGY, AIDE, CUSTOM | ||
* {{bug|8093}} Wrong level for witnesses in GedcomExtension, and export | * {{bug|8093}} Wrong level for witnesses in GedcomExtension, and export | ||
| + | * {{bug|6023}} Export Family Historian GEDCOM Extensions | ||
| + | |||
| + | == Collection of GEDCOM extension tags used in different programs == | ||
| + | * (German)[http://wiki-de.genealogy.net/GEDCOM/_Nutzerdef-Tag#.C3.9Cbersicht_bekannter_Nutzerdefinierter_Kennzeichen Collection of GEDCOM extension tags used in different programs] | ||
Revision as of 03:15, 20 July 2015
This is a Third-party Addon. The Addon/Plugin system is controlled by the Plugin Manager. Please use carefully on data that is backed up, and help make it better by reporting any issues to the bug tracker. |
This Addon (available for Gramps 4.0 and higher) 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
Usage
To run the exporter, select Family Trees > Export.., press Next, select "GEDCOM Extensions (GED2)". Select the relevant options, and the data should be exported to a file with the extension ".ged2".
Import GEDCOM Extensions
There are no import extensions currently supported.
See also
The code is available from addons-source/blob/master/GedcomExtensions/GedcomExtensions.py.
- 8094 GedcomExtension to export family event secondary participant if role in CELEBRANT, INFORMANT, CLERGY, AIDE, CUSTOM
- 8093 Wrong level for witnesses in GedcomExtension, and export
- 6023 Export Family Historian GEDCOM Extensions
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.

