CsvRead |
| Name | Description | |
|---|---|---|
| ReadAll | Reads all rows from the configured CSV file and returns all values as an array of doubles, along with the number of columns per row. Applies any configured filtering and handles headers as specified. | |
| ReadAll(Int32) | Reads all rows from the configured CSV file and returns all values as an array of doubles, along with the number of columns per row. Applies any configured filtering and handles headers as specified. |