RecordEditor Veloicty Templates

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

VariableDescription
recordsList of Abstract_Lines. The exact class is determined by the data being editted. For Protocol-Buffer editor it is ProtoLine
layoutFile Description (Abstract_Layout interface). For Protocol-Buffer editor it is ProtoLayoutDef
fileNameName of file being editted.
recordIdxIndex 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.