CsvExtensions
Unsafe extension methods that can be used to work with CsvRow in a less safe, but shorter way. This module also provides the dynamic operator.
Functions and values
Function or value | Description |
( ? ) csvRow columnName
Signature: csvRow:CsvRow -> columnName:string -> string
|
Get column of a CsvRow |