Reads a CSV file into a DataTable.
Namespace: CleanCode.CsvProcessingAssembly: CleanCode.CsvProcessing (in CleanCode.CsvProcessing.dll) Version: 1.2.3.0 (1.2.03)
Syntax
Parameters
- filePath
- Type: System String
File to read.
Return Value
CSV contents stored as a DataTable.Remarks
See Also