The labels attribute indicates whether column names should be written to the first row of the data file.
Applies to
<data>
Syntax
/ labels = booleanParameters
| boolean | A value of true or false. |
Remarks
If set to true, column labels are written if the data file empty. If the data file is not empty, subsequent rows of data are appended to the file and no additional labels are written. By default, the value is true.
Examples
The following includes column labels in the data file:
<data>
/ labels = true
</data>