dump

The ODict dump command accepts a compiled dictionary path file and writes the dictionary back out to either an ODXML file or an SQL dump.

Usage

odict dump [flags] [dictionary path] [path to desired output file]

Output Formats

The dump command can output to a number of different output formats, including SQL.

The acceptable formats are as follows:

  • xml
  • postgres
  • sqlite
  • mysql
  • sqlserver

Flags

NameAliasDescriptionRequired?
--format-fThe desired output format✅

Example

odict dump -f xml ./eng.odict ./eng.xml 
odict dump -f sqlite ./fra.odict ./fra.sql