labels

The labels property specifies a set of headings for columns in a CSVRecord.

The value of labels is an array of strings; the array is null by default. To indicate that you expect the first row you read to be a header row, place a value in the array (such as setting it to an empty array). After it reads the row, EGL replaces the previous values in the array with the values it reads from the file.

For an example that includes the labels property, see CSVRecord stereotype.


Feedback