Difference between revisions of "Addon:ExportRaw"

From Gramps
Jump to: navigation, search
(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...)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Category:Plugins]]
+
{{Third-party plugin}}
[[Category:Developers/General]]
+
 
 +
[[Image:ExportRaw.jpg|thumb|right|250px]]  
  
 
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.
 
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:
+
==Future enhancements==
  
 
* Create an importer that will read this data
 
* Create an importer that will read this data
 +
 +
[[Category:Plugins]]
 +
[[Category:Developers/General]]

Revision as of 03:55, 28 December 2014

Gramps-notes.png

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
Unless otherwise stated on this page, you can download this addon by following these instructions.
Please note that some Addons have prerequisites that need to be installed before they can be used.
This Addon/Plugin system is controlled by the Plugin Manager.


ExportRaw.jpg

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