Difference between revisions of "Addon:ExportRaw"

From Gramps
(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...)
(No difference)

Revision as of 12:26, 15 March 2010


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