Difference between revisions of "Addon:ExportRaw"

From Gramps
Jump to: navigation, search
Line 3: Line 3:
 
[[File:ExportRaw-option-addon-50.png|thumb|right|450px]]  
 
[[File:ExportRaw-option-addon-50.png|thumb|right|450px]]  
  
The Export Raw exporter will dump your BSDDB or Sqlite3 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 or Sqlite3 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 output file <code>[filenamename].raw</code> can be opened and viewed in a text editor.
  
 
==Future enhancements==
 
==Future enhancements==

Revision as of 00:34, 1 February 2018

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-option-addon-50.png

The Export Raw exporter will dump your BSDDB or Sqlite3 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 output file [filenamename].raw can be opened and viewed in a text editor.

Future enhancements

  • Create an importer that will read this data