make-dictionaries-readable#
This program converts an archive’s dictionaries into a human-readable form.
Usage:
./make-dictionaries-readable <archive-path> <output-dir>
archive-pathis a path to a specific archive (insidearchives-dir)
Format#
For a dictionary, make-dictionaries-readable prints one entry per line.
For log type dictionary entries, this requires making some characters printable:
Newlines are replaced with
\nDictionary variable placeholders are replaced with
\dNon-dictionary integer variable placeholders are replaced with
\iNon-dictionary float variable placeholders are replaced with
\f