Supported file types: BAR, DBF, JSON, XML

Usage:
IbBarTool source [options] target1 [[options] [target2]]...
Options: /<FileType>
   /<FileType>  - Type of file, e.g /bar, /dbf, /xml, /json
                  May be determined automatically, if not specified
   /<DecFloat>  - Use decimal representation for float numbers
   /<RawString> - Use exact string representation (no decoration)
                  These options concerns only DBF files and
                  provided for compatibility with BarConv.exe

Examples:
    IbBarTool a.bar a.json        Convert a.bar into a.json
    IbBarTool a.json a.bar        Convert a.json into a.bar
    IbBarTool a.bar /json a.txt   Convert a.bar into a.txt (using JSON format)
    IbBarTool a.bar a.dbf         Convert a.bar into a.dbf