Skip to main content Link Search Menu Expand Document (external link) Copy Copied

csvHeader

Gets the imported CSV/TSV headers.


ReadWrite

ReadOnly


Syntax

expression.csvHeader

Parameters

None

Returns

Type: CSVArrayList

📝Note

The header record is read from a CSV/TSV file at importation time, if there is no data imported the headers are set to Nothing.

See also
parseConfig Property, CSVArrayList class.

Back to Properties overview