The methods of the CsvEngine class are listed below. For a complete list of CsvEngine class members, see the CsvEngine Members topic.
![]() CsvToDataTable | Overloaded. Reads a Csv File and return their contents as DataTable (The file must have the field names in the first row) |
![]() DataTableToCsv | Overloaded. Simply dumps the DataTable contents to a delimited file using a ',' as delimiter. |
AppendToFile (inherited from FileHelperEngine) | Overloaded. Append a record to the specified file. |
ReadFile (inherited from FileHelperEngine) | Overloaded. Read a file and return an array of the contained records. |
ReadFileAsDT (inherited from FileHelperEngine) | Overloaded. Read the records of the file and fill a DataTable with them |
ReadStream (inherited from FileHelperEngine) | Overloaded. Read a Stream and return an array of the contained records. |
ReadStreamAsDT (inherited from FileHelperEngine) | Overloaded. Read the records of the stream and fill a DataTable with them |
ReadString (inherited from FileHelperEngine) | Overloaded. Read a String and return an array of the contained records. |
ReadStringAsDT (inherited from FileHelperEngine) | Overloaded. Read the records of a string and fill a DataTable with them. |
SetProgressHandler (inherited from FileHelpers.EngineBase) | Overloaded. Set the handler to the engine used to notify progress into the operations. |
WriteFile (inherited from FileHelperEngine) | Overloaded. Write an array of records to the specified file. |
WriteStream (inherited from FileHelperEngine) | Overloaded. Write an array of records to the specified Stream. |
WriteString (inherited from FileHelperEngine) | Overloaded. Write an array of records to an String and return it. |
CsvEngine Class | FileHelpers Namespace