F# Data


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 valueDescription
( ? ) csvRow columnName
Signature: csvRow:CsvRow -> columnName:string -> string

Get column of a CsvRow

Fork me on GitHub