CSVDataTable Methods
The following tables list the members exposed by the CSVDataTable type.
| Name | Description | |
|---|---|---|
|
FromFile(string, CSVSettings) | /// Read in a single CSV file into a datatable in memory /// |
|
FromStream(StreamReader, CSVSettings) | /// Read in a single CSV file into a datatable in memory /// |
|
FromString(string, CSVSettings) | /// Convert a CSV file (in string form) into a data table /// |
|
WriteToFile(this DataTable, string, CSVSettings) | /// Write a data table to disk at the designated file name in CSV format /// |
|
WriteToStream(this DataTable, StreamWriter, CSVSettings) | /// Write the data table to a stream in CSV format /// |
|
WriteToString(this DataTable, CSVSettings) | /// Write a DataTable to a string in CSV format /// |