rev2txt
|
Hash table convertor for you to use. The rev2txt can converter from Advanced Revelation and Revelation G Linear Hash tables to different formats.
The program can dump all records from Revelation tables to one of the following formats:
1. text file,
2. binary file,
3. SQLite database.
usage: rev2txt [-abdghins] [-q <table name>] <source file> [<destination file>]
-a --ascii text output mode (default)
-b --binary binary output mode (record := <keysize>KEY<datasize>DATA)
-g --revg Revelation G source file
-h --help give this help
-i --info print table information
-n --numbers print record numbers
-q --sqlite=<table name> sqlite output mode (SQLite destination file)
-s --split insert delimiters between records
-v --verbose print additional messages
<source file> revelation table filename
<destination file> destination file ("-" for stdout)
The license of this software is Free, you can free download and free use this file converter software.