Addon:ExportRaw

From Gramps
Revision as of 12:26, 15 March 2010 by Dsblank (talk | contribs) (New page: Category:Plugins Category:Developers/General The Export Raw exporter will dump your BSDDB database into a raw Python representation format for low-level manipulation. This has bee...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


The Export Raw exporter will dump your BSDDB database into a raw Python representation format for low-level manipulation. This has been used for byte-wise comparisons to make sure that different import/export functions process the data correctly.

Future enhancements:

  • Create an importer that will read this data