csvFileExtensions Methods |
The csvFileExtensions type exposes the following members.
| Name | Description | |
|---|---|---|
| fromCsvFileT |
Reads data from CSV file and returns collection of an object
| |
| fromCsvFileToTable |
Populates or creates DataTable from file supplied as path
| |
| stringToCSVCell |
Turn a string into a CSV cell output
| |
| toCSV |
2017: CSV imbVeles implementation - Extract data from DataTable into CSV string
| |
| toCsvFileT |
2017: Saves CSV to file from path
| |
| toCsvFileFromTable |
Saves content of DataTable to CSV file on supplied path
|