Product Documentation

BTRV Edition User's Guide

Previous Topic

Next Topic

Converting BTRV Data to c-treeRTG with butil/ctutil

An alternative method for converting data from BTRV to c-treeRTG is as follows:

  1. Export the data using the BUTIL utility with the ‑save option:

    BUTIL -save btrvFile asciiFile

    where btrvFile is the name of your original BTRV data file and asciiFile is the name of the ASCII text file it is exported to.

  2. Import the data into c-treeRTG using ctutil. with the ‑load option together with ‑p:

    ctutil -load ctreeFile asciFile -p

    where ctreeFile is the name of the data file to be used with c-treeRTG and asciiFile is the name of the ASCII text file that was created in step 1.

See Also:

TOCIndex