# struct ColumnarFile { Delimiters # delimiter characters LinesPerEntry # number of lines per entry SkipLines # number of lines to skip at beginning IgnoreBlanks # ignore null values FirstIsLabels # first line is column labels FixedWidth # are columns fixed or variable width CommentChars # characters to ignore as comments Description # description of this file } struct ColumnField { Name Line FirstColumn LastColumn } struct DelimitedField { Name Line Position } ColumnarFile "" 0 0 True False True "#" "" ColumnField "Line ID" 1 1 12 ColumnField "CDP" 1 13 24 ColumnField "Latitude" 1 25 36 ColumnField "Longitude" 1 37 48