When you Save As / Export from the RecordEditor, you can format the output file using a velocity Template. The template has the use of the following variables
Variable | Description |
records | List of Abstract_Lines. The exact class is determined by the data being editted. For Protocol-Buffer editor it is ProtoLine |
layout | File Description (Abstract_Layout interface). For Protocol-Buffer editor it is ProtoLayoutDef |
fileName | Name of file being editted. |
recordIdx | Index of the Record Selected in the Record_Combo |
Other variables available include showBorder and onlyData. These are based on the flags selected on the export screen.