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...) |
|||
| Line 1: | Line 1: | ||
| − | + | {{Third-party plugin}} | |
| − | |||
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. | ||
| Line 7: | Line 6: | ||
* Create an importer that will read this data | * Create an importer that will read this data | ||
| + | |||
| + | [[Category:Plugins]] | ||
| + | [[Category:Developers/General]] | ||
Revision as of 01:14, 17 November 2014
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. |
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