TableGeoPathReaderCsv
Description
- Derived from
-
TableGeoPathReader<TSample, TTrait> abstract
An implementation of the ITableGeoPathReader interface that parses a text file with comma-separated values (CSV).
Public / Constructors
TableGeoPathReaderCsv
Creates a new instance of TableGeoPathReaderCsv.
Column names (see ITableGeoPathReaderBase.Name) are taken from the header row of the CSV file (see columns in). If there is no header row, the column names are #1
, #2
, … #N
.
- IOException
-
If an I/O error has occurred.